Uses of Class gnu.math.RealNum

Uses in package gnu.kawa.xml

Classes derived from gnu.math.RealNum

class
An integer that is an instance of a more specific integer type.

Uses in package gnu.math

Classes derived from gnu.math.RealNum

class
class
Implementation of exact rational numbers a ratio of two IntNums.
class
A class for infinite-precision integers.
class
The abstract class of rational numbers.

Constructors with parameter type gnu.math.RealNum

CQuantity.CQuantity(RealNum real, RealNum imag, Unit unit)

Methods with parameter type gnu.math.RealNum

RealNum
RealNum.add(RealNum x, RealNum y, int k)
RealNum
void
FixedRealFormat.format(RealNum number, StringBuffer sbuf, FieldPosition fpos)
Complex
Quantity
Quantity.make(RealNum re, RealNum im, Unit unit)
RealNum
RealNum
DComplex
RealNum
Calcaulte the simplest rational between two reals.
RealNum
String

Methods with return type gnu.math.RealNum

RealNum
RealNum.add(RealNum x, RealNum y, int k)
RealNum
RealNum
RealNum
RealNum
RealNum
The value of the imaginary component, as a RealNum.
RealNum
RealNum
RealNum
RealNum
Calcaulte the simplest rational between two reals.
RealNum
RealNum
RealNum
The value of the real component, as a RealNum.
RealNum
The value of the real component, as a RealNum.
RealNum
RealNum
RealNum
RealNum
IntNum.toInt(int rounding_mode)
Converts a real to an integer, according to a specified rounding mode.
RealNum
RatNum.toInt(int rounding_mode)
RealNum
RealNum.toInt(int rounding_mode)
Converts a real to an integer, according to a specified rounding mode.