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

java.lang.Object
edu.jas.application.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
Complex algebraic number class based on bi-variate real algebraic numbers. Objects of this class are immutable. Bi-variate ideal implementation is in version 3614 2011-04-28 09:20:34Z.
See Also: