Package com.monad.homerun.function.math

Provides a few simple mathematical function implementations of general utility: minimum, maximum, average, and total of a list of numeric values.

See:
          Description

Class Summary
Max Max returns the maximum value of its arguments.
Mean Mean returns the average value of its arguments.
Min Min returns the minimum value of its arguments.
Sum Sum returns the total value of its arguments.
 

Package com.monad.homerun.function.math Description

Provides a few simple mathematical function implementations of general utility: minimum, maximum, average, and total of a list of numeric values.



Copyright © 2006-2009 Richard Rodgers. All Rights Reserved.