|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilMathTest:
Collaboration diagram for ilMathTest:Public Member Functions | |
| testGcd (string $a, string $b, string $result) | |
Static Public Member Functions | |
| static | gcdData () |
Protected Member Functions | |
| setUp () | |
| @inheritDoc More... | |
Protected Attributes | |
| EvalMath | $eval_math |
Definition at line 24 of file ilMathTest.php.
|
static |
Definition at line 45 of file ilMathTest.php.
|
protected |
@inheritDoc
Definition at line 31 of file ilMathTest.php.
| ilMathTest::testGcd | ( | string | $a, |
| string | $b, | ||
| string | $result | ||
| ) |
Definition at line 37 of file ilMathTest.php.
References Vendor\Package\$a, Vendor\Package\$b, and ilMath\getGreatestCommonDivisor().
Here is the call graph for this function:
|
protected |
Definition at line 26 of file ilMathTest.php.