diff --git a/lib/evalmath/example.html b/lib/evalmath/example.html deleted file mode 100644 index a5acdada4ba..00000000000 --- a/lib/evalmath/example.html +++ /dev/null @@ -1,37 +0,0 @@ - - -
-| x | y(x) | -
|---|---|
| -2 | 4.6027192880649 |
| -1.8 | 4.6007089389783 |
| -1.6 | 4.5970564127341 |
| -1.4 | 4.5904358758421 |
| -1.2 | 4.5784862928819 |
| -1 | 4.5570805812015 |
| -0.8 | 4.5192408021284 |
| -0.6 | 4.4538441996618 |
| -0.4 | 4.3448951339589 |
| -0.2 | 4.1731553470264 |
| 0 | 3.9219733362813 |
| 0.2 | 3.5857394070469 |
| 0.4 | 3.1745496325453 |
| 0.6 | 2.7109297462397 |
| 0.8 | 2.2229028235855 |
| 1 | 1.7396169449748 |
| 1.2 | 1.2900869290353 |
| 1.4 | 0.90122953436788 |
| 1.6 | 0.59227355272826 |
| 1.8 | 0.36820000460355 |
| 2 | 0.21896659396653 |
| x | y(x) | \n"; - for ($x = -2; $x <= 2; $x+=.2) { - $x = round($x, 2); - print "\t\t
|---|---|
| $x | " . $m->e("y($x)") . " |
Could not evaluate function: " . $m->last_error . "
\n"; - } -} -?> - - diff --git a/lib/evalmath/readme_moodle.txt b/lib/evalmath/readme_moodle.txt index 00bc223824e..6f5a33fefa2 100644 --- a/lib/evalmath/readme_moodle.txt +++ b/lib/evalmath/readme_moodle.txt @@ -4,6 +4,7 @@ Our changes: * implicit multiplication not allowed * new custom calc emulation functions * removed e and pi constants - not use din calc +* removed sample files To see all changes diff against version 1.1