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 TypeClassDescriptionclassAn integer that is an instance of a more specific integer type. -
Uses of Quantity in gnu.math
Modifier and TypeClassDescriptionclassA primitive Unit of measurement (such as a meter).classGeneral Cartesian Complex number.classclassGeneral Cartesian Quaternion quantity.classGeneral Cartesian Quaternion number (a four-dimensional extension of complex numbers).classRepresents a date and/or time.classA complex number using rectangular (Cartesian) plain double values.classclassA Quantity represented as the product of a plain double and a Unit.classA quaternion number using plain double values.classclassImplementation of exact rational numbers a ratio of two IntNums.classA class for infinite-precision integers.classA Unit that has a name.classA 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.classThe abstract class of rational numbers.classclassModifier and TypeMethodDescriptionstatic Quantitystatic Quantitystatic Quantitystatic QuantityQuantity.make(Quaternion x, Unit u) static Quantitystatic Quantity -
Uses of Quantity in kawa.standard
Methods in kawa.standard with parameters of type Quantity