Uses of Class
com.rubecula.jquantity.Rational.RationalException

Packages that use Rational.RationalException
com.rubecula.jquantity

JQuantity Contents: Copyright Notice Overview JQuantity Philosophy Programming Conventions Package Structure
Class Structure Links Important Note about the links to classes in this document:  This document appears in two different places: the source tree and the doc tree (where it is placed by the javadoc program). 

 

Uses of Rational.RationalException in com.rubecula.jquantity
 

Methods in com.rubecula.jquantity that throw Rational.RationalException
(package private)  Rational Rational.normalizeToInt(double tolerance)
          Normalize this Rational so that the result: a) has a denominator unity and b) approximates this in value, to within tolerance.
(package private)  Rational Rational.normalizeToBigDecimal(double tolerance)
          Normalize this such that the denominator is a power of ten AND the value of the result differs from the value of this by not more than the tolerance.
(package private)  Rational Rational.root(int p)
          method root: to yield an exact (integer) Rational for the root of a positive integral Rational.
(package private)  long Rational.longValue(double tolerance)
          Method to yield the long value of this object.
private  java.math.BigDecimal Rational.toBigDecimal(double tolerance)
          Method to yield a BigDecimal instance which approximates this.
private  java.math.BigDecimal Rational.toBigDecimal(int halfPlaces)
          Method to yield a BigDecimal instance which approximates this.
private  java.math.BigDecimal Rational.toBigDecimal()
          Method to yield a BigDecimal instance which approximates this.