All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AsinCalculator Calculates arc sinus using the Maclaurin series.AtanhCalculator Calculates sinus hyperbolicus using the Taylor series.BigComplex Represents a complex number consisting of a real and an imaginaryBigDecimal
part in the forma + bi
.BigComplexMath Provides advanced functions operating onBigComplex
s.BigDecimalMath Provides advanced functions operating onBigDecimal
s.BigDecimalStream Provides constructor methods for streams ofBigDecimal
elements.BigDecimalStream.BigDecimalSpliterator 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 this class handle unrepresentable value in floating-point arithmeticBigFloat.SpecialBigFloat.Type BigFloatStream Provides constructor methods for streams ofBigFloat
elements.BigFloatStream.BigFloatSpliterator BigRational A rational number represented as a quotient of two values.CosCalculator Calculates cosinus using the Maclaurin series.CoshCalculator Calculates cosinus hyperbolicus using the Taylor series.DefaultBigDecimalMath A wrapper aroundBigDecimalMath
that passes a currentMathContext
to the functions that need aMathContext
argument.DefaultBigDecimalMath.LocalMathContext The local context used to push and pop aMathContext
on the stack.ExpCalculator Calculates exp using the Maclaurin series.PowerIterator Iterator over the powers of a value x.PowerNIterator PowerIterator
to calculate xn.PowerTwoNIterator PowerIterator
to calculate x2*n.PowerTwoNMinusOneIterator PowerIterator
to calculate x2*n-1.PowerTwoNPlusOneIterator PowerIterator
to calculate x2*n+1.SeriesCalculator Utility class to calculate taylor series efficiently until the maximum error (as defined by the precision in theMathContext
is reached.SinCalculator Calculates sinus using the Maclaurin series.SinhCalculator Calculates sinus hyperbolicus using the Taylor series.