| Interface | Description |
|---|---|
| NumberUtils.Comparable<T extends java.lang.Number> |
We need a precision parameter to determine whether two numbers are close enough to be treated as equal.
|
| Class | Description |
|---|---|
| Counter |
A counter keeps track of the number of occurrences of numbers.
|
| DoubleUtils |
These are the utility functions to manipulate
double and int. |
| NumberUtils |
These are the utility functions to manipulate
Numbers. |
| Real |
A real number is an arbitrary precision number.
|
| ScientificNotation |
Scientific notation expresses a number in this form
x = a * 10b
a is called the significand or mantissa, and 1 ≤ |a| < 10.
|
| Enum | Description |
|---|---|
| DoubleUtils.RoundingScheme |
the schemes available to round a number.
|