ILIAS
release_4-3 Revision
|
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) |
static | isCoprimeFraction ($numerator, $denominator) |
static | getGreatestCommonDivisor ($a, $b) |
|
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 153 of file class.ilMath.php.
References $res, and exp2dec().
|
static |
Definition at line 170 of file class.ilMath.php.
References $res, and exp2dec().
Referenced by EvalMath\pfx().
ilMath::exp2dec | ( | $float_str | ) |
Definition at line 188 of file class.ilMath.php.
Referenced by _add(), _comp(), _div(), _mod(), _mul(), _pow(), _sqrt(), and _sub().
|
static |
Definition at line 243 of file class.ilMath.php.
Referenced by isCoprimeFraction().
|
static |
Definition at line 236 of file class.ilMath.php.
References getGreatestCommonDivisor().