Package : perl-Math-RPN

Package details

Summary: Perl extension for Reverse Polish Math Expression Evaluation

Description:
Reverse Polish Notation is briefly a stack-based way of writing
mathematical expressions. This has the advantage of eliminating
the need for parenthesis and simplifying parsing for computers vs.
normal algebraic notation at a slight cost in the ability of humans
to easily comprehend the expressions.

Math::RPN will take a scalar or list of scalars which contain an RPN
expression as a set of comma delimited values and operators, and
return the result or stack, depending on context. If the function
is called in an array context, it will return the entire remaining stack.


URL: https://metacpan.org/release/Math-RPN
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs