Package edu.jas.arith

Interface Rational

All Known Implementing Classes:
BigDecimal, BigInteger, BigRational, RealAlgebraicNumber, RealAlgebraicNumber

public interface Rational
Interface with method to get a BigRational (approximation).
  • Method Summary

    Modifier and Type
    Method
    Description
    Return a BigRational approximation of this Element.
  • Method Details

    • getRational

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