Package org.jfree.formula.function.math

Class Summary
AbsFunction This function returns the absolute (nonnegative) of the value.
AbsFunctionDescription Describes AbsFunction function.
AverageFunction This function returns the average of the number sequence.
AverageFunctionDescription Describes AverageFunction function.
EvenFunction This function returns the rounding of a number up to the nearest even integer.
EvenFunctionDescription Describes EvenFunction function.
MathFunctionCategory Creation-Date: 05.11.2006, 14:30:36
MaxFunction This function returns the maximum from a set of numbers.
MaxFunctionDescription Describes MaxFunction function.
MinFunction This function returns the minimum from a set of numbers.
MinFunctionDescription Describes MinFunction function.
ModFunction This function returns the remainder when one number is divided by another number.
ModFunctionDescription Describes ModFunction function.
OddFunction This function returns the rounding a number up to the nearest odd integer, where "up" means "away from 0".
OddFunctionDescription Describes OddFunction function.
SumFunction Creation-Date: 31.10.2006, 17:39:19
SumFunctionDescription Creation-Date: 31.10.2006, 17:41:12