Moodle  2.2.1
http://www.collinsharper.com
EvalMathFuncs Class Reference

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

Detailed Description

Definition at line 475 of file evalmath.class.php.


Member Function Documentation

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.


Field Documentation

$randomseed = null [static, protected]

Definition at line 529 of file evalmath.class.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations