ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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 | exp2dec ($float_str) |
static | isCoprimeFraction ($numerator, $denominator) |
static | getGreatestCommonDivisor ($a, $b) |
static | _round ($value, $precision=0) |
static | _equals ($value1, $value2, $scale) |
Static Private Member Functions | |
static | bcconv ($fNumber) |
|
static |
Definition at line 37 of file class.ilMath.php.
References $res, and bcconv().
Referenced by assFormulaQuestionVariable\getRandomValue(), assFormulaQuestionResult\isInTolerance(), EvalMath\pfx(), and ilMathTest\testAdd().
|
static |
Definition at line 58 of file class.ilMath.php.
References bcconv().
|
static |
Definition at line 84 of file class.ilMath.php.
References $res, and bcconv().
Referenced by assFormulaQuestionResult\calculateFormula(), assFormulaQuestion\getBestSolution(), assFormulaQuestionVariable\getRandomValue(), assFormulaQuestionResult\getReachedPoints(), assFormulaQuestionResult\isCorrect(), assFormulaQuestionResult\isInTolerance(), EvalMath\pfx(), assFormulaQuestionResult\suggestRange(), and ilMathTest\testDiv().
|
static |
Definition at line 290 of file class.ilMath.php.
Referenced by assFormulaQuestionResult\getReachedPoints(), assFormulaQuestionResult\isCorrect(), and ilMathTest\testEquals().
|
static |
Definition at line 106 of file class.ilMath.php.
References bcconv().
Referenced by ilMathTest\testMod().
|
static |
Definition at line 124 of file class.ilMath.php.
References $res, and bcconv().
Referenced by assFormulaQuestionVariable\getBaseValue(), assFormulaQuestionVariable\getRandomValue(), assFormulaQuestionResult\getRangeMaxBase(), assFormulaQuestionResult\getRangeMinBase(), assFormulaQuestionResult\getReachedPoints(), assFormulaQuestionResult\getResultInfo(), assFormulaQuestionResult\isCorrect(), assFormulaQuestionResult\isInTolerance(), EvalMath\pfx(), assFormulaQuestionResult\suggestRange(), and ilMathTest\testMul().
|
static |
Definition at line 145 of file class.ilMath.php.
References $res, bcconv(), and exp2dec().
Referenced by assFormulaQuestionVariable\getRandomValue(), EvalMath\pfx(), and ilMathTest\testPow().
|
static |
Definition at line 285 of file class.ilMath.php.
Referenced by assFormulaQuestionResult\calculateFormula(), assFormulaQuestionResult\isCorrect(), ilMathTest\testCalculation(), and ilMathTest\testRound().
|
static |
Definition at line 176 of file class.ilMath.php.
References $res, and bcconv().
Referenced by ilMathTest\testSqrt().
|
static |
Definition at line 196 of file class.ilMath.php.
References $res, and bcconv().
Referenced by assFormulaQuestionVariable\getRandomValue(), assFormulaQuestionResult\isInTolerance(), EvalMath\pfx(), and ilMathTest\testSub().
|
staticprivate |
$fNumber |
Definition at line 301 of file class.ilMath.php.
References exp2dec().
Referenced by _add(), _comp(), _div(), _mod(), _mul(), _pow(), _sqrt(), and _sub().
|
static |
Definition at line 218 of file class.ilMath.php.
References string.
Referenced by _pow(), and bcconv().
|
static |
Definition at line 273 of file class.ilMath.php.
Referenced by ilMathTest\testGcd().
|
static |
Definition at line 266 of file class.ilMath.php.