Class | Description |
---|---|
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
BigComplex s. |
BigDecimalMath |
Provides advanced functions operating on
BigDecimal s. |
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. |
BigRational |
A rational number represented as a quotient of two values.
|