Package ch.obermuhlner.math.big.internal
package ch.obermuhlner.math.big.internal
-
ClassDescriptionCalculates arc sinus using the Maclaurin series.Calculates sinus hyperbolicus using the Taylor series.Calculates cosinus using the Maclaurin series.Calculates cosinus hyperbolicus using the Taylor series.Calculates exp using the Maclaurin series.Iterator over the powers of a value x.
PowerIterator
to calculate xn.PowerIterator
to calculate x2*n.PowerIterator
to calculate x2*n-1.PowerIterator
to calculate x2*n+1.Utility class to calculate taylor series efficiently until the maximum error (as defined by the precision in theMathContext
is reached.Calculates sinus using the Maclaurin series.Calculates sinus hyperbolicus using the Taylor series.