Uses of Class gnu.math.Numeric

Uses in package gnu.commonlisp.lang

Methods with return type gnu.math.Numeric

Numeric
CommonLisp.asNumber(Object arg)

Uses in package gnu.jemacs.lang

Methods with return type gnu.math.Numeric

Numeric
ELisp.asNumber(Object arg)

Uses in package gnu.kawa.functions

Methods with return type gnu.math.Numeric

Numeric
Arithmetic.asNumeric(Object value)

Uses in package gnu.kawa.xml

Classes derived from gnu.math.Numeric

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

Uses in package gnu.math

Classes derived from gnu.math.Numeric

class
A primitive Unit of measurement (such as a meter).
class
General Cartesian Complex number.
class
class
General Cartesian Complex quantity.
class
Represents a date and/or time.
class
A complex number using rectangular (Cartesian) plain double values.
class
class
A Quantity represented as the product of a plain double and a Unit.
class
class
Implementation of exact rational numbers a ratio of two IntNums.
class
A class for infinite-precision integers.
class
A Unit that has a name.
class
A quantity with a unit.
class
The abstract class of rational numbers.
class
class

Methods with parameter type gnu.math.Numeric

Numeric
Calculate x+k&this.
Numeric
Calculate x+k&this.
Numeric
Calculate x+k&this.
Numeric
Calculate x+k&this.
Numeric
Calculate x+k&this.
Numeric
Calculate x+k&this.
Numeric
Calculate x+k&this.
int
int
int
int
Numeric
Numeric
Numeric
Numeric
Numeric
Numeric
Numeric
Numeric
Numeric
Numeric
Numeric
Numeric
Numeric

Methods with return type gnu.math.Numeric

Numeric
Numeric
Numeric
Numeric
Numeric
Numeric.add(Object obj)
Numeric
Complex.add(Object y, int k)
Return this + k * obj.
Numeric
DateTime.add(Object y, int k)
Return this + k * obj.
Numeric
DComplex.add(Object y, int k)
Return this + k * obj.
Numeric
DFloNum.add(Object y, int k)
Return this + k * obj.
Numeric
DQuantity.add(Object y, int k)
Return this + k * obj.
Numeric
Duration.add(Object y, int k)
Return this + k * obj.
Numeric
IntFraction.add(Object y, int k)
Return this + k * obj.
Numeric
IntNum.add(Object y, int k)
Return this + k * obj.
Numeric
Numeric.add(Object obj, int k)
Return this + k * obj.
Numeric
Quantity.add(Object y, int k)
Return this + k * obj.
Numeric
RealNum.add(Object obj, int k)
Return this + k * obj.
Numeric
Calculate x+k&this.
Numeric
Calculate x+k&this.
Numeric
Calculate x+k&this.
Numeric
Calculate x+k&this.
Numeric
Calculate x+k&this.
Numeric
Calculate x+k&this.
Numeric
Calculate x+k&this.
Numeric
Complex.div(Object y)
Numeric
DComplex.div(Object y)
Numeric
DFloNum.div(Object y)
Numeric
DQuantity.div(Object y)
Numeric
Duration.div(Object y)
Numeric
IntFraction.div(Object y)
Numeric
IntNum.div(Object y)
Numeric
Numeric.div(Object obj)
Numeric
Quantity.div(Object y)
Numeric
RealNum.div(Object obj)
Numeric
Numeric
Numeric
Numeric
Numeric
Numeric
Numeric
Return the multiplicative inverse.
Numeric
Complex.mul(Object y)
Numeric
DComplex.mul(Object y)
Numeric
DFloNum.mul(Object y)
Numeric
DQuantity.mul(Object y)
Numeric
Duration.mul(Object y)
Numeric
IntFraction.mul(Object y)
Numeric
IntNum.mul(Object y)
Numeric
Numeric.mul(Object obj)
Numeric
Quantity.mul(Object y)
Numeric
RealNum.mul(Object obj)
Numeric
Numeric
Numeric
Numeric
Numeric
Numeric
Numeric
Numeric
Return the multiplicative identity.
Numeric
Numeric
Numeric
Numeric
Numeric
Numeric
Numeric
Numeric
Return this raised to an integer power.
Numeric
Return this raised to an integer power.
Numeric
Return this raised to an integer power.
Numeric
Return this raised to an integer power.
Numeric
Return this raised to an integer power.
Numeric
Numeric.sub(Object obj)

Uses in package gnu.xquery.lang

Methods with return type gnu.math.Numeric

Numeric
XQuery.asNumber(Object arg)