51 include_once
"./Services/Math/classes/class.ilMath.php";
60 while($calcval < $roundedRangeMIN || $calcval > $roundedRangeMAX)
65 $rnd = mt_rand($r1, $r2);
110 if(!is_object($this->
getUnit()))
116 include_once
"./Services/Math/classes/class.ilMath.php";
145 include_once
"./Services/Math/classes/class.EvalMath.php";
147 $math->suppress_errors = TRUE;
160 include_once
"./Services/Math/classes/class.EvalMath.php";
162 $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)