Doc
This commit is contained in:
parent
a5d686dcac
commit
ac3d3528ff
@ -366,9 +366,9 @@ class EvalMath
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* evaluate postfix notation
|
* Evaluate postfix notation
|
||||||
*
|
*
|
||||||
* @param string $tokens Expression
|
* @param string $tokens An array of expression to evaluate ('operators'). The operand are into ->stack.
|
||||||
* @param array $vars Array
|
* @param array $vars Array
|
||||||
* @return string Output
|
* @return string Output
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user