math
[ class tree: math ] [ index: math ] [ all elements ]

File: RPN.php

Source Location: /Math_RPN-1.1.2/Math/RPN.php

Classes:

Math_Rpn

Page Details:

Math::Rpn

Purpose:

Change Expression To RPN (Reverse Polish Notation), Evaluate RPN Expression

Example:

$expression = "(2^3)+sin(30)-(!4)+(3/4)";

$rpn = new Math_Rpn(); echo $rpn->calculate($expression,'deg',false);

Includes:

require_once('PEAR.php') [line 24]

Documentation generated on Mon, 11 Mar 2019 15:32:31 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.