- Author
- Michael Jansen mjans.nosp@m.en@d.nosp@m.ataba.nosp@m.y.de
- Version
- $Id$
Definition at line 10 of file ilMathTest.php.
◆ gcdData()
- Returns
- array
Definition at line 38 of file ilMathTest.php.
39 {
40 return [
41 ['1254', '5298', '6'],
42 ['41414124', '41414124', '41414124']
43 ];
44 }
◆ setUp()
Definition at line 20 of file ilMathTest.php.
20 : void
21 {
22 require_once 'Services/Math/classes/class.ilMath.php';
23 require_once 'Services/Math/classes/class.EvalMath.php';
25 }
◆ testGcd()
ilMathTest::testGcd |
( |
|
$a, |
|
|
|
$b, |
|
|
|
$result |
|
) |
| |
◆ $eval_math
The documentation for this class was generated from the following file: