Package com.japisoft.formula.lib.standard

Class Summary
AbsFunction Compute the absolute result More information at : http://www.japisoft.com
AbstractFunction Facilities for the standard library More information at : http://www.japisoft.com
AcosFunction Compute the arc cosine with a radian value More information at : http://www.japisoft.com
AsinFunction Compute the arc sine with a radian value More information at : http://www.japisoft.com
AtanFunction Compute the arc tan More information at : http://www.japisoft.com
AvgFunction Compute the average of the values More information at : http://www.japisoft.com
CeilFunction The smallest (closest to negative infinity) double value that is greater than or equal to the argument and is equal to a mathematical integer.
CosFunction Compute a cosine with a radian value More information at : http://www.japisoft.com
DegToRad Convert angle in degrees to radians More information at : http://www.japisoft.com
ExpFunction Compute the euler's number e raised to the power of the argument More information at : http://www.japisoft.com
FloorFunction The largest (closest to positive infinity) double value that is less than or equal to the argument and is equal to a mathematical integer.
IntFunction Compute an integer from a double More information at : http://www.japisoft.com
Log10Function Compute the natural logarithm in 10 base More information at : http://www.japisoft.com
LogFunction Compute the natural logarithm in e base More information at : http://www.japisoft.com
LognFunction Compute the natural logarithm in n base : Logn( BASE, value ) More information at : http://www.japisoft.com
MaxFunction Compute the max values More information at : http://www.japisoft.com
MinFunction Compute the min values More information at : http://www.japisoft.com
Pow Power More information at : http://www.japisoft.com
ProdFunction Compute the product values More information at : http://www.japisoft.com
RadToDeg Convert angle in radians to degrees More information at : http://www.japisoft.com
RandomFunction Compute a random value from 0 to 1 More information at : http://www.japisoft.com
RoundFunction The closest long to the argument.
SinFunction Compute a sine with a radian value More information at : http://www.japisoft.com
SqrtFunction Compute a square root More information at : http://www.japisoft.com
Standard Default mathematical library
SumFunction Compute the sum values More information at : http://www.japisoft.com
TanFunction Compute a tangent with a radian value More information at : http://www.japisoft.com