|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Function | |
com.japisoft.formula.lib | |
com.japisoft.formula.lib.standard |
Uses of Function in com.japisoft.formula.lib |
Methods in com.japisoft.formula.lib that return Function | |
Function[] |
AbstractLib.getFunctions()
|
Function[] |
Lib.getFunctions()
|
Methods in com.japisoft.formula.lib with parameters of type Function | |
void |
AbstractLib.install(Function function)
Install a new function evaluation |
void |
AbstractLib.uninstall(Function function)
|
Uses of Function in com.japisoft.formula.lib.standard |
Subclasses of Function in com.japisoft.formula.lib.standard | |
class |
AbsFunction
Compute the absolute result |
class |
AbstractFunction
Facilities for the standard library |
class |
AcosFunction
Compute the arc cosine with a radian value |
class |
AsinFunction
Compute the arc sine with a radian value |
class |
AtanFunction
Compute the arc tan |
class |
AvgFunction
Compute the average of the values |
class |
CosFunction
Compute a cosine with a radian value |
class |
DegToRad
Convert angle in degrees to radians |
class |
ExpFunction
Compute the euler's number e raised to the power of the argument |
class |
IntFunction
Compute an integer from a double |
class |
Log10Function
Compute the natural logarithm in 10 base |
class |
LogFunction
Compute the natural logarithm in e base |
class |
LognFunction
Compute the natural logarithm in n base : Logn( BASE, value ) |
class |
MaxFunction
Compute the max values |
class |
MinFunction
Compute the min values |
class |
Pow
Power |
class |
ProdFunction
Compute the product values |
class |
RadToDeg
Convert angle in radians to degrees |
class |
RandomFunction
Compute a random value from 0 to 1 |
class |
SinFunction
Compute a sine with a radian value |
class |
SqrtFunction
Compute a square root |
class |
SumFunction
Compute the sum values |
class |
TanFunction
Compute a tangent with a radian value |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |