|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Quantity | |
---|---|
gnu.kawa.xml | Classes for using XML within Kawa. |
gnu.math | Supports various numeric types, including complex numbers, efficient bignums, exact rational numbers, units. |
kawa.standard | Primitive Scheme syntax and functions. |
Uses of Quantity in gnu.kawa.xml |
---|
Subclasses of Quantity in gnu.kawa.xml | |
---|---|
class |
XInteger
An integer that is an instance of a more specific integer type. |
Uses of Quantity in gnu.math |
---|
Subclasses of Quantity in gnu.math | |
---|---|
class |
BaseUnit
A primitive Unit of measurement (such as a meter). |
class |
CComplex
General Cartesian Complex number. |
class |
Complex
|
class |
CQuantity
General Cartesian Complex quantity. |
class |
DateTime
Represents a date and/or time. |
class |
DComplex
A complex number using rectangular (Cartesian) plain double values. |
class |
DFloNum
|
class |
DQuantity
A Quantity represented as the product of a plain double and a Unit. |
class |
Duration
|
class |
IntFraction
Implementation of exact rational numbers a ratio of two IntNums. |
class |
IntNum
A class for infinite-precision integers. |
class |
NamedUnit
A Unit that has a name. |
class |
RatNum
The abstract class of rational numbers. |
class |
RealNum
|
class |
Unit
|
Methods in gnu.math that return Quantity | |
---|---|
static Quantity |
Quantity.add(Quantity x,
Quantity y,
int k)
|
static Quantity |
Quantity.divide(Quantity x,
Quantity y)
|
static Quantity |
Quantity.make(Complex x,
Unit u)
|
static Quantity |
Quantity.make(double re,
double im,
Unit unit)
|
static Quantity |
Quantity.make(RealNum re,
RealNum im,
Unit unit)
|
static Quantity |
Quantity.times(Quantity x,
Quantity y)
|
Methods in gnu.math with parameters of type Quantity | |
---|---|
static Quantity |
Quantity.add(Quantity x,
Quantity y,
int k)
|
static int |
Quantity.compare(Quantity x,
Quantity y)
|
static Quantity |
Quantity.divide(Quantity x,
Quantity y)
|
static NamedUnit |
Unit.make(java.lang.String name,
Quantity value)
|
static NamedUnit |
NamedUnit.make(java.lang.String name,
Quantity value)
|
static Quantity |
Quantity.times(Quantity x,
Quantity y)
|
Uses of Quantity in kawa.standard |
---|
Methods in kawa.standard with parameters of type Quantity | |
---|---|
static void |
sleep.sleep(Quantity q)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |