ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
exp2dec ($float_str) |
Static Public Member Functions | |
static | _add ($left_operand, $right_operand, $scale=50) |
static | _comp ($left_operand, $right_operand, $scale=50) |
static | _div ($left_operand, $right_operand, $scale=50) |
static | _mod ($left_operand, $modulus) |
static | _mul ($left_operand, $right_operand, $scale=50) |
static | _pow ($left_operand, $right_operand, $scale=50) |
static | _sqrt ($operand, $scale=50) |
static | _sub ($left_operand, $right_operand, $scale=50) |
Class ilMath.
Wrapper for mathematical operations
Definition at line 32 of file class.ilMath.php.
|
static |
Definition at line 37 of file class.ilMath.php.
References $res, and exp2dec().
Referenced by EvalMath\pfx().
|
static |
Definition at line 54 of file class.ilMath.php.
References exp2dec().
|
static |
Definition at line 76 of file class.ilMath.php.
References $res, and exp2dec().
Referenced by EvalMath\pfx().
|
static |
Definition at line 94 of file class.ilMath.php.
References exp2dec().
|
static |
Definition at line 109 of file class.ilMath.php.
References $res, and exp2dec().
Referenced by EvalMath\pfx().
|
static |
Definition at line 126 of file class.ilMath.php.
References $res, and exp2dec().
Referenced by EvalMath\pfx().
|
static |
Definition at line 143 of file class.ilMath.php.
References $res, and exp2dec().
|
static |
Definition at line 160 of file class.ilMath.php.
References $res, and exp2dec().
Referenced by EvalMath\pfx().
ilMath::exp2dec | ( | $float_str | ) |
Definition at line 178 of file class.ilMath.php.
Referenced by _add(), _comp(), _div(), _mod(), _mul(), _pow(), _sqrt(), and _sub().