ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Protected Member Functions | |
setUp () | |
![]() | |
setUp () | |
Additional Inherited Members | |
![]() | |
testAdd (string $a, string $b, string $result, int $scale) | |
addData More... | |
testSub (string $a, string $b, string $result, int $scale) | |
subData More... | |
testMul (string $a, string $b, string $result, int $scale) | |
mulData More... | |
testDiv (string $a, string $b, string $result, int $scale) | |
divData More... | |
testSqrt (string $a, string $result, ?int $scale) | |
sqrtData More... | |
testPow (string $a, string $b, string $result, ?int $scale) | |
powData More... | |
testMod (string $a, string $b, string $result) | |
modData More... | |
testEquals (string $a, string $b, bool $result, ?int $scale) | |
equalsData More... | |
testCalculation (string $formula, string $result, int $scale) | |
calcData More... | |
testDivisionsByZero () | |
testModuloByZero () | |
![]() | |
static | addData () |
static | subData () |
static | mulData () |
static | divData () |
static | modData () |
static | sqrtData () |
static | powData () |
static | equalsData () |
static | calcData () |
![]() | |
const | DEFAULT_SCALE = 50 |
ilMathAdapter | $mathAdapter |
EvalMath | $evalMath |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 19 of file ilMathPhpAdapterTest.php.
|
protected |
Definition at line 24 of file ilMathPhpAdapterTest.php.