Uses of Package
ch.obermuhlner.math.big
-
Packages that use ch.obermuhlner.math.big Package Description ch.obermuhlner.math.big ch.obermuhlner.math.big.internal ch.obermuhlner.math.big.stream -
Classes in ch.obermuhlner.math.big used by ch.obermuhlner.math.big Class Description BigComplex Represents a complex number consisting of a real and an imaginaryBigDecimal
part in the forma + bi
.BigFloat A wrapper aroundBigDecimal
which simplifies the consistent usage of theMathContext
and provides a simpler API for calculations.BigFloat.Context Manages theMathContext
and provides factory methods forBigFloat
values.BigFloat.SpecialBigFloat.Type BigRational A rational number represented as a quotient of two values.DefaultBigDecimalMath.LocalMathContext The local context used to push and pop aMathContext
on the stack. -
Classes in ch.obermuhlner.math.big used by ch.obermuhlner.math.big.internal Class Description BigRational A rational number represented as a quotient of two values. -
Classes in ch.obermuhlner.math.big used by ch.obermuhlner.math.big.stream Class Description BigFloat A wrapper aroundBigDecimal
which simplifies the consistent usage of theMathContext
and provides a simpler API for calculations.BigFloat.Context Manages theMathContext
and provides factory methods forBigFloat
values.