class |
Amount |
(currency) amount as in "amount = price * quatity"
|
class |
ComplexNumber |
ComplexNumber is an immutable complex number class.
|
class |
ExactDecimal<S extends ExactDecimal<S>> |
To help implement exact decimal numbers with a fixed number of decimal places (fixed scale).
|
class |
Money |
An example ExactDecimal implementation corresponding to the SQL data type MONEY or DECIMAL(19,4).
|
class |
Price |
price or exchange rate as in "amount = price * quatity" or "amount = rate * amount"
|
class |
Quadruple |
https://stackoverflow.com/questions/66962567/how-to-emulate-double-precision-using-two-floats-in-opengl-es
|
class |
Quantity |
quantity as in "amount = price * quatity"
|
class |
Quaternion |
|
class |
RationalNumber |
|