Java.Math Namespace
Remarks
To be added.
Classes
| Type | Reason |
|---|---|
| BigDecimal | An immutable arbitrary-precision signed decimal. |
| BigInteger | An immutable arbitrary-precision signed integer. |
| MathContext | Immutable objects describing settings such as rounding mode and digit precision for the numerical operations provided by class BigDecimal. |
| RoundingMode | Specifies the rounding behavior for operations whose results cannot be represented exactly. |
| RoundOptions | Enumerates values returned by several types and taken as a parameter of several types. |

