Class ApfloatCalculatorImpl.AprationalFunctions
java.lang.Object
org.apfloat.calc.ApfloatCalculatorImpl.ApcomplexFunctions
org.apfloat.calc.ApfloatCalculatorImpl.ApfloatFunctions
org.apfloat.calc.ApfloatCalculatorImpl.AprationalFunctions
- All Implemented Interfaces:
FunctionCalculatorImpl.Functions
- Direct Known Subclasses:
ApfloatCalculatorImpl.ApintFunctions
- Enclosing class:
ApfloatCalculatorImpl
private class ApfloatCalculatorImpl.AprationalFunctions
extends ApfloatCalculatorImpl.ApfloatFunctions
- Version:
- 1.14.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpochhammer(Number x, Number y) protected Numberprotected Numberprivate ApintroundToMultiple(Number x, Number y) protected NumberroundToPlaces(Number x, long places) protected NumberroundToPrecision(Number x, long precision) protected NumberMethods inherited from class ApfloatCalculatorImpl.ApfloatFunctions
atan2, ceil, copySign, floor, fmod, frac, inverseErf, inverseErfc, max, min, nextAfter, nextDown, nextUp, roundToPlaces, roundToPrecision, toDegrees, toRadians, truncateMethods inherited from class ApfloatCalculatorImpl.ApcomplexFunctions
abs, acos, acosh, agm, airyAi, airyAiPrime, airyBi, airyBiPrime, arg, asin, asinh, atan, atanh, bernoulli, bernoulliB, besselI, besselJ, besselK, besselY, beta, beta, beta, catalan, cbrt, chebyshevT, chebyshevU, conj, cos, cosh, coshIntegral, cosIntegral, digamma, doubleFactorial, e, ellipticE, ellipticK, erf, erfc, erfi, euler, eulerE, exp, expIntegralE, expIntegralEi, factorial, fibonacci, fresnelC, fresnelS, gamma, gamma, gamma, gcd, gegenbauerC, gegenbauerC, glaisher, harmonicNumber, harmonicNumber, hermiteH, hypergeometric0F1, hypergeometric0F1Regularized, hypergeometric1F1, hypergeometric1F1Regularized, hypergeometric2F1, hypergeometric2F1Regularized, hypergeometricU, imag, inverseRoot, inverseRoot, inverseRoot, inverseRoot, isLong, jacobiP, khinchin, laguerreL, laguerreL, lcm, legendreP, legendreP, legendreQ, legendreQ, log, log, logGamma, logIntegral, logisticSigmoid, negate, pi, polygamma, polylog, pow, precision, precision, random, randomGaussian, real, root, root, root, round, scale, sin, sinc, sinh, sinhIntegral, sinIntegral, sphericalHarmonicY, sqrt, tan, tanh, ulp, w, w, zeta, zeta
-
Constructor Details
-
AprationalFunctions
private AprationalFunctions()
-
-
Method Details
-
add
- Specified by:
addin interfaceFunctionCalculatorImpl.Functions- Overrides:
addin classApfloatCalculatorImpl.ApcomplexFunctions
-
subtract
- Specified by:
subtractin interfaceFunctionCalculatorImpl.Functions- Overrides:
subtractin classApfloatCalculatorImpl.ApcomplexFunctions
-
multiply
- Specified by:
multiplyin interfaceFunctionCalculatorImpl.Functions- Overrides:
multiplyin classApfloatCalculatorImpl.ApcomplexFunctions
-
divide
- Specified by:
dividein interfaceFunctionCalculatorImpl.Functions- Overrides:
dividein classApfloatCalculatorImpl.ApcomplexFunctions
-
mod
- Specified by:
modin interfaceFunctionCalculatorImpl.Functions- Overrides:
modin classApfloatCalculatorImpl.ApfloatFunctions
-
pochhammer
- Specified by:
pochhammerin interfaceFunctionCalculatorImpl.Functions- Overrides:
pochhammerin classApfloatCalculatorImpl.ApcomplexFunctions
-
pow
- Overrides:
powin classApfloatCalculatorImpl.ApcomplexFunctions
-
binomial
- Specified by:
binomialin interfaceFunctionCalculatorImpl.Functions- Overrides:
binomialin classApfloatCalculatorImpl.ApcomplexFunctions
-
hypot
- Specified by:
hypotin interfaceFunctionCalculatorImpl.Functions- Overrides:
hypotin classApfloatCalculatorImpl.ApfloatFunctions
-
root
- Overrides:
rootin classApfloatCalculatorImpl.ApcomplexFunctions
-
root
-
roundToPrecision
- Overrides:
roundToPrecisionin classApfloatCalculatorImpl.ApfloatFunctions
-
roundToInteger
- Specified by:
roundToIntegerin interfaceFunctionCalculatorImpl.Functions- Overrides:
roundToIntegerin classApfloatCalculatorImpl.ApfloatFunctions
-
roundToPlaces
- Overrides:
roundToPlacesin classApfloatCalculatorImpl.ApfloatFunctions
-
roundToMultiple
- Specified by:
roundToMultiplein interfaceFunctionCalculatorImpl.Functions- Overrides:
roundToMultiplein classApfloatCalculatorImpl.ApfloatFunctions
-
scale
- Overrides:
scalein classApfloatCalculatorImpl.ApcomplexFunctions
-