51 include_once
"./Services/Math/classes/class.ilMath.php";
60 while ($calcval < $roundedRangeMIN || $calcval > $roundedRangeMAX) {
64 $rnd = mt_rand($r1, $r2);
103 if (!is_object($this->
getUnit())) {
106 include_once
"./Services/Math/classes/class.ilMath.php";
135 include_once
"./Services/Math/classes/class.EvalMath.php";
137 $math->suppress_errors =
true;
150 include_once
"./Services/Math/classes/class.EvalMath.php";
152 $math->suppress_errors =
true;
static _div($left_operand, $right_operand, $scale=50)
static _pow($left_operand, $right_operand, $scale=50)
static _add($left_operand, $right_operand, $scale=50)
static _mul($left_operand, $right_operand, $scale=50)
static _sub($left_operand, $right_operand, $scale=50)