Public Member Functions | |
IntNum | getNumerator () |
IntNum | getDenominator () |
BigInteger | getBigIntNumerator () |
BigInteger | getBigIntDenominator () |
String | toDecimalString (int precision) |
String | toString () |
Rational Numerals
Definition at line 25 of file RatNum.java.
|
inline |
|
inline |
|
inline |
The denominator of a rational numeral.
Definition at line 39 of file RatNum.java.
Referenced by RatNum.getBigIntDenominator().
|
inline |
The numerator of a rational numeral.
Definition at line 30 of file RatNum.java.
Referenced by RatNum.getBigIntNumerator().
|
inline |
Returns a string representation in decimal notation. Remarks: The result has at most
decimal places.
Definition at line 68 of file RatNum.java.
|
inline |
Returns a string representation of the numeral.
Definition at line 78 of file RatNum.java.