ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
EvalMath () | |
e ($expr) | |
evaluate ($expr) | |
vars () | |
funcs () | |
nfx ($expr) | |
pfx ($tokens, $vars=array()) | |
trigger ($msg) | |
from_hexbin ($token) |
Data Fields | |
$suppress_errors = false | |
$last_error = null | |
$v = array('e'=>2.71,'pi'=>3.14) | |
$f = array() | |
$vb = array('e', 'pi') | |
$fb |
Definition at line 89 of file class.EvalMath.php.
EvalMath::e | ( | $expr | ) |
Definition at line 109 of file class.EvalMath.php.
References evaluate().
EvalMath::EvalMath | ( | ) |
Definition at line 103 of file class.EvalMath.php.
EvalMath::evaluate | ( | $expr | ) |
Definition at line 113 of file class.EvalMath.php.
References elseif(), nfx(), pfx(), and trigger().
Referenced by e().
EvalMath::from_hexbin | ( | $token | ) |
Definition at line 372 of file class.EvalMath.php.
Referenced by pfx().
EvalMath::funcs | ( | ) |
Definition at line 163 of file class.EvalMath.php.
EvalMath::nfx | ( | $expr | ) |
Definition at line 173 of file class.EvalMath.php.
References elseif(), and trigger().
Referenced by evaluate().
EvalMath::pfx | ( | $tokens, | |
$vars = array() |
|||
) |
Definition at line 299 of file class.EvalMath.php.
References ilMath\_add(), ilMath\_div(), ilMath\_mul(), ilMath\_pow(), ilMath\_sub(), elseif(), from_hexbin(), and trigger().
Referenced by evaluate().
EvalMath::trigger | ( | $msg | ) |
Definition at line 364 of file class.EvalMath.php.
Referenced by evaluate(), nfx(), and pfx().
EvalMath::vars | ( | ) |
Definition at line 156 of file class.EvalMath.php.
References $v.
EvalMath::$f = array() |
Definition at line 95 of file class.EvalMath.php.
EvalMath::$fb |
Definition at line 97 of file class.EvalMath.php.
EvalMath::$last_error = null |
Definition at line 92 of file class.EvalMath.php.
EvalMath::$suppress_errors = false |
Definition at line 91 of file class.EvalMath.php.
EvalMath::$v = array('e'=>2.71,'pi'=>3.14) |
Definition at line 94 of file class.EvalMath.php.
Referenced by vars().
EvalMath::$vb = array('e', 'pi') |
Definition at line 96 of file class.EvalMath.php.