Package org.rubato.math.arith

This package provides classes for arithmetic in the domains of complex numbers, rational numbers and modular integers.

See:
          Description

Class Summary
Complex Complex number arithmetic.
CString The ring of strings with complex factors.
Folding Various functions for folding a set of real numbers to a real interval.
NumberTheory Various number theoretic functions.
QString The ring of strings with rational factors.
Rational Rational number arithmetic.
RingString The ring of strings.
RString The ring of strings with real factors.
ZnString The ring of strings with integer factors mod p.
ZString The ring of strings with integer factors.
 

Exception Summary
ZeroDivisorException Exception thrown by various functions involving modular arithmetic.
 

Package org.rubato.math.arith Description

This package provides classes for arithmetic in the domains of complex numbers, rational numbers and modular integers.

Additionally there are various classes implementing string monoids, where the factors may be integers, reals, rationals or modular integers.

Finally, low-level folding operations are provided by the Folding class.