| Home >> All >> org >> jext >> dawn >> [ math Javadoc ] |
org.jext.dawn.math: Javadoc index of package org.jext.dawn.math.
Package Samples:
org.jext.dawn.math
Classes:
DecreaseFunction: Decreases a numeric value (which can be in a variable) by one. Usage: number -- or var -- .
IncreaseFunction: Increases a numeric value (which can be in a variable) by one. Usage: number ++ or var ++ .
ArcTanFunction: Returns the arc tangeant of a numeric value. Usage: number atan .
NegFunction: Returns the opposite value of a numeric value. Usage: number neg
InvertFunction: Returns the inverse value of a numeric value. Usage: number inv
ArcCosFunction: Returns the arc cosinus of a numeric value. Usage: number acos .
ArcSinFunction: Returns the arc sinus of a numeric value. Usage: number asin .
TanFunction: Returns the tangeant of a numeric value. Usage: number tan .
CosFunction: Returns the cosinus of a numeric value. Usage: number cos .
SinFunction: Returns the sinus of a numeric value. Usage: number sin .
RoundFunction: Rounds a numeric value. Usage: number round
SqrtFunction: square root operator Usage: number sqrt
ModuloFunction: % operator Usage: number number %
PlusFunction: + operator Usage: number number +
DivideFunction: / operator Usage: number number /
MinusFunction: - operator Usage: number number -
PowerFunction: ^ operator Usage: number number ^
TimesFunction: * operator Usage: number number *
FactFunction: ! operator Usage: number !
PiFunction: PI constant.
EFunction: E constant.
| Home | Contact Us | Privacy Policy | Terms of Service |