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