Package edu.jas.arith

Class ModInteger

java.lang.Object
edu.jas.arith.ModInteger
All Implemented Interfaces:
Modular, AbelianGroupElem<ModInteger>, Element<ModInteger>, GcdRingElem<ModInteger>, MonoidElem<ModInteger>, RingElem<ModInteger>, Serializable, Comparable<ModInteger>

public final class ModInteger extends Object implements GcdRingElem<ModInteger>, Modular
ModInteger class with GcdRingElem interface. Objects of this class are immutable. The SAC2 static methods are also provided.
See Also: