edu.jas.arith
Interface Rational

All Known Implementing Classes:
BigRational, RealAlgebraicNumber, RealAlgebraicNumber

public interface Rational

Interface with method to get a BigRational (approximation).

Author:
Heinz Kredel

Method Summary
 BigRational getRational()
          Return a BigRational approximation of this Element.
 

Method Detail

getRational

BigRational getRational()
Return a BigRational approximation of this Element.

Returns:
a BigRational approximation of this.