Package io.github.syst3ms.skriptparser.util.math
@ParametersAreNonnullByDefault
package io.github.syst3ms.skriptparser.util.math
-
ClassDescriptionCalculates arc sinus using the Maclaurin series.Provides advanced functions operating on
BigDecimals.A rational number represented as a quotient of two values.Calculates cosinus using the Maclaurin series.Calculates exp using the Maclaurin series.Utilities for various math operations using the genericNumbertype I do not claim ownership of this code, it is the intellectual property of @obermuhlner.Iterator over the powers of a value x.PowerIteratorto calculate xn.PowerIteratorto calculate x2*n.PowerIteratorto calculate x2*n+1.Utility class to calculate taylor series efficiently until the maximum error (as defined by the precision in theMathContextis reached.Calculates sinus using the Maclaurin series.