| BigComplex |
Represents a complex number consisting of a real and an imaginary BigDecimal part in the form a + bi.
|
| BigComplexMath |
Provides advanced functions operating on BigComplexs.
|
| BigDecimalMath |
Provides advanced functions operating on BigDecimals.
|
| BigFloat |
A wrapper around BigDecimal which simplifies the consistent usage of the MathContext
and provides a simpler API for calculations.
|
| BigFloat.Context |
Manages the MathContext and provides factory methods for BigFloat values.
|
| BigFloat.SpecialBigFloat |
this class handle unrepresentable value in floating-point arithmetic
|
| BigRational |
A rational number represented as a quotient of two values.
|
| DefaultBigDecimalMath |
A wrapper around BigDecimalMath that passes a current MathContext to the
functions that need a MathContext argument.
|
| DefaultBigDecimalMath.LocalMathContext |
The local context used to push and pop a MathContext on the stack.
|