|
Moodle
2.2.1
http://www.collinsharper.com
|
Static Public Member Functions | |
| static | average () |
| static | max () |
| static | min () |
| static | mod ($op1, $op2) |
| static | pi () |
| static | power ($op1, $op2) |
| static | round ($val, $precision=0) |
| static | sum () |
| static | set_random_seed ($randomseed) |
| static | get_random_seed () |
| static | rand_int ($min, $max) |
| static | rand_float () |
Static Protected Attributes | |
| static | $randomseed = null |
Definition at line 475 of file evalmath.class.php.
| static average | ( | ) | [static] |
Definition at line 477 of file evalmath.class.php.
| static get_random_seed | ( | ) | [static] |
Definition at line 535 of file evalmath.class.php.
| static max | ( | ) | [static] |
Definition at line 482 of file evalmath.class.php.
| static min | ( | ) | [static] |
Definition at line 493 of file evalmath.class.php.
| static mod | ( | $ | op1, |
| $ | op2 | ||
| ) | [static] |
Definition at line 504 of file evalmath.class.php.
| static pi | ( | ) | [static] |
Definition at line 508 of file evalmath.class.php.
| static power | ( | $ | op1, |
| $ | op2 | ||
| ) | [static] |
Definition at line 512 of file evalmath.class.php.
| static rand_float | ( | ) | [static] |
Definition at line 560 of file evalmath.class.php.
| static rand_int | ( | $ | min, |
| $ | max | ||
| ) | [static] |
Definition at line 543 of file evalmath.class.php.
| static round | ( | $ | val, |
| $ | precision = 0 |
||
| ) | [static] |
Definition at line 516 of file evalmath.class.php.
| static set_random_seed | ( | $ | randomseed | ) | [static] |
Definition at line 531 of file evalmath.class.php.
| static sum | ( | ) | [static] |
Definition at line 520 of file evalmath.class.php.
$randomseed = null [static, protected] |
Definition at line 529 of file evalmath.class.php.