Package edu.jas.root

Class RealAlgebraicNumber<C extends GcdRingElem<C> & Rational>

java.lang.Object
edu.jas.root.RealAlgebraicNumber<C>
All Implemented Interfaces:
Rational, AbelianGroupElem<RealAlgebraicNumber<C>>, Element<RealAlgebraicNumber<C>>, GcdRingElem<RealAlgebraicNumber<C>>, MonoidElem<RealAlgebraicNumber<C>>, RingElem<RealAlgebraicNumber<C>>, Serializable, Comparable<RealAlgebraicNumber<C>>

public class RealAlgebraicNumber<C extends GcdRingElem<C> & Rational> extends Object implements GcdRingElem<RealAlgebraicNumber<C>>, Rational
Real algebraic number class based on AlgebraicNumber. Objects of this class are immutable.
See Also: