| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for EvalMath:
 Collaboration diagram for EvalMath:| 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().
 Here is the call graph for this function:
 Here is the call graph for this function:| EvalMath::EvalMath | ( | ) | 
Definition at line 103 of file class.EvalMath.php.
| EvalMath::evaluate | ( | $expr | ) | 
Definition at line 113 of file class.EvalMath.php.
References nfx(), pfx(), and trigger().
Referenced by e().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| EvalMath::from_hexbin | ( | $token | ) | 
Definition at line 372 of file class.EvalMath.php.
Referenced by pfx().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| EvalMath::funcs | ( | ) | 
Definition at line 163 of file class.EvalMath.php.
| EvalMath::nfx | ( | $expr | ) | 
Definition at line 173 of file class.EvalMath.php.
References trigger().
Referenced by evaluate().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 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(), from_hexbin(), and trigger().
Referenced by evaluate().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| EvalMath::trigger | ( | $msg | ) | 
Definition at line 364 of file class.EvalMath.php.
Referenced by evaluate(), nfx(), and pfx().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 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.