Uses of Class
gnu.math.Quantity
Packages that use Quantity
Package
Description
Supports various numeric
types, including complex numbers, efficient bignums, exact rational
numbers, units.
-
Uses of Quantity in gnu.kawa.xml
Subclasses of Quantity in gnu.kawa.xmlModifier and TypeClassDescriptionclass
An integer that is an instance of a more specific integer type. -
Uses of Quantity in gnu.math
Modifier and TypeClassDescriptionclass
A primitive Unit of measurement (such as a meter).class
General Cartesian Complex number.class
class
General Cartesian Quaternion quantity.class
General Cartesian Quaternion number (a four-dimensional extension of complex numbers).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
A quaternion number using plain double values.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 quaternion is a hypercomplex number of the form w + xi + yj + zk where w, x, y, and k are real, and i, j, and k are imaginary units which satisfy i^2 = j^2 = k^2 = ijk = -1.class
The abstract class of rational numbers.class
class
Modifier and TypeMethodDescriptionstatic Quantity
static Quantity
static Quantity
static Quantity
Quantity.make
(Quaternion x, Unit u) static Quantity
static Quantity
-
Uses of Quantity in kawa.standard
Methods in kawa.standard with parameters of type Quantity