Package edu.jas.arith

Basic arithmetic classes.

See:
          Description

Class Summary
ArithTest Basic arithmetic tests with JUnit.
BigComplex BigComplex class based on BigRational implementing the RingElem interface and with the familiar SAC static method names.
BigComplexTest BigComplex tests with JUnit.
BigDecimal BigDecimal class to make java.math.BigDecimal available with RingElem interface.
BigDecimalTest BigDecimal tests with JUnit.
BigInteger BigInteger class to make java.math.BigInteger available with RingElem interface and with the familiar SAC static method names.
BigIntegerTest BigInteger tests with JUnit.
BigOctonion BigOctonion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names.
BigOctonionTest BigOctonion tests with JUnit.
BigQuaternion BigQuaternion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names.
BigQuaternionTest BigQuaternion tests with JUnit.
BigRational Immutable arbitrary-precision rational numbers.
BigRationalTest BigRational tests with JUnit.
ModInteger ModInteger class with RingElem interface and with the familiar SAC method names.
ModIntegerRing ModIntegerRing factory with RingFactory interface.
ModIntegerTest ModInteger and PrimeList tests with JUnit.
PrimeList List of big primes.
 

Package edu.jas.arith Description

Basic arithmetic classes.

This package contains classes for arithmetic in the basic coefficient rings, e.g. BigRational, BigInteger or ModInteger. All such classes implement the RingElem interface. The class PrimeList provides a list of useful prime numbers.


Heinz Kredel

Last modified: Mon Jul 9 17:14:17 CEST 2007

$Id: package.html 1244 2007-07-29 09:54:27Z kredel $