|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Class Summary | |
---|---|
ArcCosFunction | Returns the arc cosinus of a numeric value. Usage: number acos . |
ArcSinFunction | Returns the arc sinus of a numeric value. Usage: number asin . |
ArcTanFunction | Returns the arc tangeant of a numeric value. Usage: number atan . |
CosFunction | Returns the cosinus of a numeric value. Usage: number cos . |
DecreaseFunction | Decreases a numeric value (which can be in a variable) by one. Usage: number -- or var -- . |
DivideFunction | / operator Usage: number number / |
EFunction | E constant. |
FactFunction | ! operator Usage: number ! |
IncreaseFunction | Increases a numeric value (which can be in a variable) by one. Usage: number ++ or var ++ . |
InvertFunction | Returns the inverse value of a numeric value. Usage: number inv |
MinusFunction | - operator Usage: number number - |
ModuloFunction | % operator Usage: number number % |
NegFunction | Returns the opposite value of a numeric value. Usage: number neg |
PiFunction | PI constant. |
PlusFunction | + operator Usage: number number + |
PowerFunction | ^ operator Usage: number number ^ |
RoundFunction | Rounds a numeric value. Usage: number round |
SinFunction | Returns the sinus of a numeric value. Usage: number sin . |
SqrtFunction | square root operator Usage: number sqrt |
TanFunction | Returns the tangeant of a numeric value. Usage: number tan . |
TimesFunction | * operator Usage: number number * |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |