| Module: | libdom | Package: | org.milescript.javascript | Parent: | Object | Generated by MilescriptCompiler (Copyright 2008, Point5u LLC.) |
org.milescript.javascript.Math
Inheritance : Object
Constructors
| Signature |
| public Math() |
Methods
| Name | Signature |
| abs | float abs(Literal a) |
| acos | float acos(Literal b) |
| asin | float asin(Literal s) |
| atan | float atan(Literal a) |
| atan2 | float atan2(Literal a, Literal b) |
| ceil | float ceil(Literal a) |
| cos | float cos(Literal a) |
| exp | float exp(Literal a) |
| floor | float floor(Literal a) |
| log | float log(Literal a) |
| max | float max(int a, int b) |
| min | float min(Literal a, Literal b) |
| pow | float pow(Literal a, Literal b) |
| random | float random() |
| round | float round(Literal a) |
| sin | float sin(Literal a) |
| sqrt | float sqrt(Literal a) |
| tan | float tan(Literal a) |
Properties
| Name | Type | Comment | |
| PI |
|
Constructors
|
public Math() |
Methods
|
abs float abs(Literal a)
Parameters
|
||||||||||
|
acos float acos(Literal b)
Parameters
|
||||||||||
|
asin float asin(Literal s)
Parameters
|
||||||||||
|
atan float atan(Literal a)
Parameters
|
||||||||||
|
atan2 float atan2(Literal a, Literal b)
Parameters
|
|||||||||||||
|
ceil float ceil(Literal a)
Parameters
|
||||||||||
|
cos float cos(Literal a)
Parameters
|
||||||||||
|
exp float exp(Literal a)
Parameters
|
||||||||||
|
floor float floor(Literal a)
Parameters
|
||||||||||
|
log float log(Literal a)
Parameters
|
||||||||||
|
max float max(int a, int b)
Parameters
|
|||||||||||||
|
min float min(Literal a, Literal b)
Parameters
|
|||||||||||||
|
pow float pow(Literal a, Literal b)
Parameters
|
|||||||||||||
|
random float random()
|
||||
|
round float round(Literal a)
Parameters
|
||||||||||
|
sin float sin(Literal a)
Parameters
|
||||||||||
|
sqrt float sqrt(Literal a)
Parameters
|
||||||||||
|
tan float tan(Literal a)
Parameters
|
||||||||||
| Module: | libdom | Package: | org.milescript.javascript | Parent: | Object | Generated by MilescriptCompiler (Copyright 2008, Point5u LLC.) |