| Method | Defined By | ||
|---|---|---|---|
hypotenuse(x:Number, y:Number):Number [static] | Maths | ||
mod(a:Number, n:Number):Number [static] | Maths | ||
normal(x:Number, mean:Number = 0, variance:Number = 1):Number [static] | Maths | ||
range(values:Array):Number [static] | Maths | ||
standardDeviation(values:Array):Number [static] | Maths | ||
sum(values:Array):Number [static] | Maths | ||
| Constant | Defined By | ||
|---|---|---|---|
| cos30 : Number [static] | Maths | ||
| cos45 : Number = 0.7071067811865476 [static] | Maths | ||
| cos60 : Number = 0.5 [static] | Maths | ||
| phi : Number = 1.6180339887 [static] | Maths | ||
| pi : Number = 3.141592653589793 [static] | Maths | ||
| root2 : Number = 1.4142135623730951 [static] | Maths | ||
| root2over2 : Number = 0.7071067811865476 [static] | Maths | ||
| root3 : Number [static] | Maths | ||
| root3over2 : Number [static] | Maths | ||
| root3over3 : Number [static] | Maths | ||
| sin30 : Number = 0.5 [static] | Maths | ||
| sin45 : Number = 0.7071067811865476 [static] | Maths | ||
| sin60 : Number [static] | Maths | ||
| tan30 : Number [static] | Maths | ||
| tan45 : Number = 1 [static] | Maths | ||
| tan60 : Number [static] | Maths | ||
| toDegrees : Number = 57.29577951308232 [static] | Maths | ||
| toRadians : Number = 0.017453292519943295 [static] | Maths | ||
| hypotenuse | () | method |
public static function hypotenuse(x:Number, y:Number):NumberParameters
x:Number | |
y:Number |
Number |
| mod | () | method |
public static function mod(a:Number, n:Number):NumberParameters
a:Number | |
n:Number |
Number |
| normal | () | method |
public static function normal(x:Number, mean:Number = 0, variance:Number = 1):NumberParameters
x:Number | |
mean:Number (default = 0) | |
variance:Number (default = 1) |
Number |
| range | () | method |
public static function range(values:Array):NumberParameters
values:Array |
Number |
| standardDeviation | () | method |
public static function standardDeviation(values:Array):NumberParameters
values:Array |
Number |
| sum | () | method |
public static function sum(values:Array):NumberParameters
values:Array |
Number |
| cos30 | Constant |
public static const cos30:Number| cos45 | Constant |
public static const cos45:Number = 0.7071067811865476| cos60 | Constant |
public static const cos60:Number = 0.5| phi | Constant |
public static const phi:Number = 1.6180339887| pi | Constant |
public static const pi:Number = 3.141592653589793| root2 | Constant |
public static const root2:Number = 1.4142135623730951| root2over2 | Constant |
public static const root2over2:Number = 0.7071067811865476| root3 | Constant |
public static const root3:Number| root3over2 | Constant |
public static const root3over2:Number| root3over3 | Constant |
public static const root3over3:Number| sin30 | Constant |
public static const sin30:Number = 0.5| sin45 | Constant |
public static const sin45:Number = 0.7071067811865476| sin60 | Constant |
public static const sin60:Number| tan30 | Constant |
public static const tan30:Number| tan45 | Constant |
public static const tan45:Number = 1| tan60 | Constant |
public static const tan60:Number| toDegrees | Constant |
public static const toDegrees:Number = 57.29577951308232| toRadians | Constant |
public static const toRadians:Number = 0.017453292519943295