ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct () | |
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::__construct | ( | ) |
Definition at line 103 of file class.EvalMath.php.
EvalMath::e | ( | $expr | ) |
Definition at line 115 of file class.EvalMath.php.
References evaluate().
EvalMath::evaluate | ( | $expr | ) |
Definition at line 120 of file class.EvalMath.php.
References $i, PHPMailer\PHPMailer\$token, nfx(), pfx(), and trigger().
Referenced by e().
EvalMath::from_hexbin | ( | $token | ) |
Definition at line 429 of file class.EvalMath.php.
References PHPMailer\PHPMailer\$token.
Referenced by pfx().
EvalMath::funcs | ( | ) |
EvalMath::nfx | ( | $expr | ) |
Definition at line 196 of file class.EvalMath.php.
References $index, Sabre\VObject\$output, and trigger().
Referenced by evaluate().
EvalMath::pfx | ( | $tokens, | |
$vars = array() |
|||
) |
Definition at line 334 of file class.EvalMath.php.
References $i, PHPMailer\PHPMailer\$token, ilMath\_add(), ilMath\_div(), ilMath\_mul(), ilMath\_pow(), ilMath\_sub(), from_hexbin(), and trigger().
Referenced by evaluate().
EvalMath::trigger | ( | $msg | ) |
Definition at line 418 of file class.EvalMath.php.
Referenced by evaluate(), nfx(), and pfx().
EvalMath::vars | ( | ) |
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.