Package edu.northwestern.at.utils.math

General methods and interfaces for computational mathematics.

See:
          Description

Interface Summary
DyadicFunction Interface for a dyadic two argument function.
MonadicFunction Interface for a monadic (single argument) function.
 

Class Summary
ArithUtils Basic numeric operations not included in standard Java run-time library.
Complex This class implements complex numbers.
Constants Machine-dependent arithmetic constants.
Factorial Defines methods for factorials.
NumberOps Perform arithmetic on java.lang.Number objects.
Polynomial Polynomial functions.
SplitDouble Splits a double into a normalized base two mantissa and exponent..
 

Package edu.northwestern.at.utils.math Description

General methods and interfaces for computational mathematics.