Package com.japisoft.formula.lib.standard

Class Summary
AbsFunction Compute the absolute result
AbstractFunction Facilities for the standard library
AcosFunction Compute the arc cosine with a radian value
AsinFunction Compute the arc sine with a radian value
AtanFunction Compute the arc tan
AvgFunction Compute the average of the values
CosFunction Compute a cosine with a radian value
DegToRad Convert angle in degrees to radians
ExpFunction Compute the euler's number e raised to the power of the argument
IntFunction Compute an integer from a double
Log10Function Compute the natural logarithm in 10 base
LogFunction Compute the natural logarithm in e base
LognFunction Compute the natural logarithm in n base : Logn( BASE, value )
MaxFunction Compute the max values
MinFunction Compute the min values
Pow Power
ProdFunction Compute the product values
RadToDeg Convert angle in radians to degrees
RandomFunction Compute a random value from 0 to 1
SinFunction Compute a sine with a radian value
SqrtFunction Compute a square root
Standard Default mathematical library
SumFunction Compute the sum values
TanFunction Compute a tangent with a radian value