| AbstractBigMathFunction |
Abstract base class for BigDecimalMath calculations.
|
| BigDecimalMathFunctions |
Collects all the functions.
|
| BigMathAcosFunction |
Calculates the arc cosine (inverted cosine) of x.
|
| BigMathAcosHFunction |
Calculates the arc hyperbolic cosine (inverse hyperbolic cosine) of x.
|
| BigMathAcosRFunction |
Calculates the arc cosine (inverted cosine) of x.
|
| BigMathAcotFunction |
Returns the arc-co-tangent (in degrees).
|
| BigMathAcotHFunction |
Calculates the arc hyperbolic cotangent (inverse hyperbolic cotangent) x.
|
| BigMathAcotRFunction |
Returns the arc-co-tangent (in radians).
|
| BigMathAsinFunction |
Returns the arc-sine (in degrees).
|
| BigMathAsinHFunction |
Returns the hyperbolic arc-sine (in degrees).
|
| BigMathAsinRFunction |
Returns the arc-sine (in radians).
|
| BigMathAtan2Function |
Returns the angle of atan2 (in degrees).
|
| BigMathAtan2RFunction |
Returns the angle of atan2 (in radians).
|
| BigMathAtanFunction |
Returns the arc-tangent (in degrees).
|
| BigMathAtanHFunction |
Returns the hyperbolic arc-tangent (in degrees).
|
| BigMathAtanRFunction |
Returns the arc-tangent (in radians).
|
| BigMathBernoulliFunction |
Calculates the Bernoulli number for the specified index.
|
| BigMathCosFunction |
Returns the cosine of an angle (in degrees).
|
| BigMathCosHFunction |
Returns the hyperbolic cosine of a value.
|
| BigMathCosRFunction |
Returns the cosine of an angle (in radians).
|
| BigMathCotFunction |
Returns the co-tangent of an angle (in degrees).
|
| BigMathCotHFunction |
Returns the hyperbolic co-tangent of a value .
|
| BigMathCotRFunction |
Returns the co-tangent of an angle (in radians).
|
| BigMathCscFunction |
Returns the co-secant of an angle (in degrees).
|
| BigMathCscHFunction |
Returns the hyperbolic co-secant of a value.
|
| BigMathCscRFunction |
Returns the co-secant of an angle (in radians).
|
| BigMathDegFunction |
Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
|
| BigMathEFunction |
Returns the number e with the configured MathContext precision.
|
| BigMathExpFunction |
Calculates the natural exponent of x (ex).
|
| BigMathExponentFunction |
Returns the exponent of the specified BigDecimal written as mantissa *
10exponent.
|
| BigMathFactorialFunction |
Calculates the factorial of x.
|
| BigMathFractionalPartFunction |
Returns the fractional part of x (right of the decimal point).
|
| BigMathGammaFunction |
Calculates the gamma function of x.
|
| BigMathIntegralPartFunction |
Returns the integral part of x (left of the decimal point).
|
| BigMathLog10Function |
Calculates the natural logarithm of x to te base of 10.
|
| BigMathLog2Function |
Calculates the natural logarithm of x to te base of 2.
|
| BigMathLogFunction |
Calculates the natural logarithm of x.
|
| BigMathMantissaFunction |
Returns the mantissa of the specified BigDecimal written as mantissa *
10exponent.
|
| BigMathPiFunction |
Returns the number PI with the configured MathContext precision.
|
| BigMathRadFunction |
Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
|
| BigMathReciprocalFunction |
Calculates the reciprocal of x.
|
| BigMathRootFunction |
Calculates the nth root of x.
|
| BigMathSecFunction |
Returns the secant of an angle (in degrees).
|
| BigMathSecHFunction |
Returns the hyperbolic secant of an angle.
|
| BigMathSecRFunction |
Returns the secant of an angle (in radians).
|
| BigMathSignificantDigitsFunction |
Returns the number of significant digits of x.
|
| BigMathSinFunction |
Returns the sine of an angle (in degrees).
|
| BigMathSinHFunction |
Returns the hyperbolic sine of an angle.
|
| BigMathSinRFunction |
Returns the sine of an angle (in radians).
|
| BigMathSqrtFunction |
Calculates the square root of x.
|
| BigMathTanFunction |
Returns the tangent of an angle (in degrees).
|
| BigMathTanHFunction |
Returns the hyperbolic tangent of an angle.
|
| BigMathTanRFunction |
Returns the tangent of an angle (in radians).
|