Uses of Package
gnu.math

Packages that use gnu.math
gnu.commonlisp.lang   
gnu.jemacs.lang Contains classes to implement the Emacs Lisp language. 
gnu.kawa.functions   
gnu.kawa.lispexpr   
gnu.kawa.xml   
gnu.math Supports various numeric types, including complex numbers, efficient bignums, exact rational numbers, units. 
gnu.xquery.lang   
gnu.xquery.util   
kawa.standard   
 

Classes in gnu.math used by gnu.commonlisp.lang
Numeric
           
 

Classes in gnu.math used by gnu.jemacs.lang
Numeric
           
 

Classes in gnu.math used by gnu.kawa.functions
IntNum
          A class for infinite-precision integers.
Numeric
           
RatNum
          The abstract class of rational numbers.
 

Classes in gnu.math used by gnu.kawa.lispexpr
DFloNum
           
IntNum
          A class for infinite-precision integers.
Numeric
           
RatNum
          The abstract class of rational numbers.
RealNum
           
 

Classes in gnu.math used by gnu.kawa.xml
Complex
           
DateTime
          Represents a date and/or time.
IntNum
          A class for infinite-precision integers.
Numeric
           
Quantity
          A quantity with a unit.
RatNum
          The abstract class of rational numbers.
RealNum
           
 

Classes in gnu.math used by gnu.math
BaseUnit
          A primitive Unit of measurement (such as a meter).
CComplex
          General Cartesian Complex number.
Complex
           
DateTime
          Represents a date and/or time.
DComplex
          A complex number using rectangular (Cartesian) plain double values.
DFloNum
           
Dimensions
          A Dimensions object represents the product or ratio of BaseUnits.
DQuantity
          A Quantity represented as the product of a plain double and a Unit.
Duration
           
IntFraction
          Implementation of exact rational numbers a ratio of two IntNums.
IntNum
          A class for infinite-precision integers.
NamedUnit
          A Unit that has a name.
Numeric
           
Quantity
          A quantity with a unit.
RatNum
          The abstract class of rational numbers.
RealNum
           
Unit
           
 

Classes in gnu.math used by gnu.xquery.lang
Numeric
           
 

Classes in gnu.math used by gnu.xquery.util
DateTime
          Represents a date and/or time.
Duration
           
IntNum
          A class for infinite-precision integers.
 

Classes in gnu.math used by kawa.standard
IntNum
          A class for infinite-precision integers.
Numeric
           
Quantity
          A quantity with a unit.