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 imaginaryBigDecimalpart in the forma + bi.BigComplexMath Provides advanced functions operating onBigComplexs.BigDecimalMath Provides advanced functions operating onBigDecimals.BigDecimalStream Provides constructor methods for streams ofBigDecimalelements.BigDecimalStream.BigDecimalSpliterator BigFloat A wrapper aroundBigDecimalwhich simplifies the consistent usage of theMathContextand provides a simpler API for calculations.BigFloat.Context Manages theMathContextand provides factory methods forBigFloatvalues.BigFloat.SpecialBigFloat this class handle unrepresentable value in floating-point arithmeticBigFloat.SpecialBigFloat.Type BigFloatStream Provides constructor methods for streams ofBigFloatelements.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 aroundBigDecimalMaththat passes a currentMathContextto the functions that need aMathContextargument.DefaultBigDecimalMath.LocalMathContext The local context used to push and pop aMathContexton the stack.ExpCalculator Calculates exp using the Maclaurin series.PowerIterator Iterator over the powers of a value x.PowerNIterator PowerIteratorto calculate xn.PowerTwoNIterator PowerIteratorto calculate x2*n.PowerTwoNMinusOneIterator PowerIteratorto calculate x2*n-1.PowerTwoNPlusOneIterator PowerIteratorto calculate x2*n+1.SeriesCalculator Utility class to calculate taylor series efficiently until the maximum error (as defined by the precision in theMathContextis reached.SinCalculator Calculates sinus using the Maclaurin series.SinhCalculator Calculates sinus hyperbolicus using the Taylor series.