Uses of Class gnu.math.Quantity

Uses in package gnu.kawa.xml

Classes derived from gnu.math.Quantity

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

Uses in package gnu.math

Classes derived from gnu.math.Quantity

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
The abstract class of rational numbers.
class
class

Methods with parameter type gnu.math.Quantity

Quantity
Quantity.add(Quantity x, Quantity y, int k)
int
Quantity
NamedUnit
NamedUnit.make(String name, Quantity value)
NamedUnit
Unit.make(String name, Quantity value)
Quantity

Methods with return type gnu.math.Quantity

Quantity
Quantity.add(Quantity x, Quantity y, int k)
Quantity
Quantity
Quantity.make(double re, double im, Unit unit)
Quantity
Quantity
Quantity.make(RealNum re, RealNum im, Unit unit)
Quantity

Uses in package kawa.standard

Constructors with parameter type gnu.math.Quantity