mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
1c6777665b
Math::RPN is a Perl extension for Reverse Polish Math Expression Evaluation
6 lines
237 B
Plaintext
6 lines
237 B
Plaintext
The rpn function will take a scalar or list of sclars which
|
|
contain an RPN expression as a set of comma delimited values and
|
|
operators, and return the result or stack, depending on context.
|
|
|
|
WWW: http://search.cpan.org/dist/Math-RPN/
|