Package com.graphbuilder.math.func

Interface Summary
Function The Function interface represents a function that takes a number of inputs and returns a value.
 

Class Summary
AbsFunction The absolute function.
AcosFunction The arc cosine function.
AcoshFunction The hyperbolic arc cosine function.
AsinFunction The arc sine function.
AsinhFunction The hyperbolic arc sine function.
AtanFunction The arc tangent function.
AtanhFunction The hyperbolic tangent sine function.
AvgFunction The average function.
CeilFunction The ceiling function.
CombinFunction The combination function.
CosFunction The cosine function.
CoshFunction The hyperbolic cosine function.
EFunction Euler's number, e, also called the base of natural logarithms.
ExpFunction The exp function.
FactFunction The factorial function.
FloorFunction The floor function.
LgFunction The log base 2 function.
LnFunction The natural logarithm function.
LogFunction The log function.
MaxFunction The max function.
MinFunction The min function.
ModFunction The mod function.
PiFunction The constant Pi.
PowFunction The power function.
RandFunction The random function.
RoundFunction The round function.
SignFunction The sign function.
SinFunction The sine function.
SinhFunction The hyperbolic sine function.
SqrtFunction The square root function.
SumFunction The sum function.
TanFunction The tangent function.
TanhFunction The hyperbolic tangent function.