Uses of Class
gnu.math.RealNum
Packages that use RealNum
Package
Description
Supports various numeric
types, including complex numbers, efficient bignums, exact rational
numbers, units.
-
Uses of RealNum in gnu.kawa.lispexpr
Methods in gnu.kawa.lispexpr that return RealNum -
Uses of RealNum in gnu.kawa.xml
Subclasses of RealNum in gnu.kawa.xmlModifier and TypeClassDescriptionclassAn integer that is an instance of a more specific integer type. -
Uses of RealNum in gnu.math
Modifier and TypeClassDescriptionclassclassImplementation of exact rational numbers a ratio of two IntNums.classA class for infinite-precision integers.classThe abstract class of rational numbers.Modifier and TypeMethodDescriptionstatic RealNumComplex.angle()Quaternion.angle()final RealNumRealNum.angle()static RealNumRealNum.asRealNumOrNull(Object value) final RealNumComplex.colatitude()Quaternion.colatitude()final RealNumRealNum.cos()static RealNumCComplex.im()CQuaternion.im()DComplex.im()DQuaternion.im()Quantity.im()The value of the imaginary component, as a RealNum.final RealNumRealNum.im()final RealNumComplex.jm()CQuaternion.jm()DQuaternion.jm()Quantity.jm()The value of the "j" component, as a RealNum.final RealNumComplex.km()CQuaternion.km()DQuaternion.km()Quantity.km()The value of the "k" component, as a RealNum.final RealNumComplex.longitude()Quaternion.longitude()static RealNumRatNum.rationalize(RealNum x, RealNum y) Calcaulte the simplest rational between two reals.CComplex.re()CQuaternion.re()DComplex.re()final RealNumDQuantity.re()DQuaternion.re()Quantity.re()The value of the real component, as a RealNum.final RealNumRealNum.re()RealNum.rneg()final RealNumRealNum.sin()final RealNumRealNum.tan()static RealNumRealNum.toInexact()IntNum.toInt(int rounding_mode) RatNum.toInt(int rounding_mode) RealNum.toInt(int rounding_mode) Converts a real to an integer, according to a specified rounding mode.Modifier and TypeMethodDescriptionstatic RealNumstatic RealNumvoidFixedRealFormat.format(RealNum number, StringBuffer sbuf, FieldPosition fpos) static Complexstatic Quantitystatic Quaternionstatic Complexstatic Quaternionstatic RealNumRatNum.rationalize(RealNum x, RealNum y) Calcaulte the simplest rational between two reals.static RealNum