|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Rational.RationalException | |
com.rubecula.jquantity | JQuantity
Contents:
Copyright Notice
Overview
JQuantity Philosophy
Programming Conventions
Package Structure |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |