Package : perl-Math-ModInt

Package details

Summary: Solving simultaneous integer congruences

Description:
Math::ModInt provides overloaded operators for modular integer arithmetic.
Math::ModInt objects represent integer residue classes. These objects can
be used in arithmetic expressions just like Perl numbers. Math::ModInt
objects are immutable. Mutators like '+=' will replace an object rather
than change its state.

In mixed expressions with Math::ModInt objects and ordinary numbers the
numbers are interpreted as their residue class modulo the modulus of the
rest of the expression. Different moduli must not be mixed, though.

There are different implementations, optimized for moduli of a particular
size or using a particular math library. The base module will transparently
choose a suitable back-end whenever a constructor is called.


URL: http://search.cpan.org/dist/Math-ModInt
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs