Package ch.javasoft.math

The math package adds numeric types and concepts, like big fraction numbers or generic number operations including support for common java number types; these classes have a more or less strong relation to those in java.math.

See:
          Description

Interface Summary
NumberOperations<N extends Number> Number operations is a collection of arithmetic and other operations usually supported by different number types.
 

Class Summary
AbstractNumberOps<N extends Number>  
BigDecimalOperations Number operations for BigDecimal numbers.
BigFraction The BigFraction is a fractional with numerator and denominator both being BigInteger numbers.
BigFractionOperations Number operations for BigFraction numbers.
BigIntegerOperations Number operations for BigInteger numbers.
BigMath Similar to Math, but for big numbers such as BigInteger BigDecimal BigFraction
DoubleOperations Number operations for Double numbers.
IntegerOperations Number operations for Integer numbers.
LongOperations Number operations for Long numbers.
Prime The Prime contains large primes for different integer sizes, and functions around primes see http://primes.utm.edu/lists/2small/0bit.html see http://numbers.computation.free.fr/Constants/Primes/countingPrimes.html
 

Package ch.javasoft.math Description

The math package adds numeric types and concepts, like big fraction numbers or generic number operations including support for common java number types; these classes have a more or less strong relation to those in java.math.