Class ApfloatCalculatorImpl.ApfloatFunctions
java.lang.Object
org.apfloat.calc.ApfloatCalculatorImpl.ApcomplexFunctions
org.apfloat.calc.ApfloatCalculatorImpl.ApfloatFunctions
- All Implemented Interfaces:
FunctionCalculatorImpl.Functions
- Direct Known Subclasses:
ApfloatCalculatorImpl.AprationalFunctions
- Enclosing class:
ApfloatCalculatorImpl
private class ApfloatCalculatorImpl.ApfloatFunctions
extends ApfloatCalculatorImpl.ApcomplexFunctions
- Version:
- 1.14.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninverseErf(Number x) roundToMultiple(Number x, Number y) protected NumberroundToPlaces(Number x, long precision) roundToPlaces(Number x, Number y) protected NumberroundToPrecision(Number x, long precision) roundToPrecision(Number x, Number y) Methods inherited from class ApfloatCalculatorImpl.ApcomplexFunctions
abs, acos, acosh, add, agm, airyAi, airyAiPrime, airyBi, airyBiPrime, arg, asin, asinh, atan, atanh, bernoulli, bernoulliB, besselI, besselJ, besselK, besselY, beta, beta, beta, binomial, catalan, cbrt, chebyshevT, chebyshevU, conj, cos, cosh, coshIntegral, cosIntegral, digamma, divide, 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, multiply, negate, pi, pochhammer, polygamma, polylog, pow, pow, precision, precision, random, randomGaussian, real, root, root, root, root, round, scale, scale, sin, sinc, sinh, sinhIntegral, sinIntegral, sphericalHarmonicY, sqrt, subtract, tan, tanh, ulp, w, w, zeta, zeta
-
Constructor Details
-
ApfloatFunctions
private ApfloatFunctions()
-
-
Method Details
-
mod
- Specified by:
modin interfaceFunctionCalculatorImpl.Functions- Overrides:
modin classApfloatCalculatorImpl.ApcomplexFunctions
-
ceil
- Specified by:
ceilin interfaceFunctionCalculatorImpl.Functions- Overrides:
ceilin classApfloatCalculatorImpl.ApcomplexFunctions
-
floor
- Specified by:
floorin interfaceFunctionCalculatorImpl.Functions- Overrides:
floorin classApfloatCalculatorImpl.ApcomplexFunctions
-
frac
- Specified by:
fracin interfaceFunctionCalculatorImpl.Functions- Overrides:
fracin classApfloatCalculatorImpl.ApcomplexFunctions
-
inverseErf
- Specified by:
inverseErfin interfaceFunctionCalculatorImpl.Functions- Overrides:
inverseErfin classApfloatCalculatorImpl.ApcomplexFunctions
-
inverseErfc
- Specified by:
inverseErfcin interfaceFunctionCalculatorImpl.Functions- Overrides:
inverseErfcin classApfloatCalculatorImpl.ApcomplexFunctions
-
max
- Specified by:
maxin interfaceFunctionCalculatorImpl.Functions- Overrides:
maxin classApfloatCalculatorImpl.ApcomplexFunctions
-
min
- Specified by:
minin interfaceFunctionCalculatorImpl.Functions- Overrides:
minin classApfloatCalculatorImpl.ApcomplexFunctions
-
nextAfter
- Specified by:
nextAfterin interfaceFunctionCalculatorImpl.Functions- Overrides:
nextAfterin classApfloatCalculatorImpl.ApcomplexFunctions
-
nextDown
- Specified by:
nextDownin interfaceFunctionCalculatorImpl.Functions- Overrides:
nextDownin classApfloatCalculatorImpl.ApcomplexFunctions
-
nextUp
- Specified by:
nextUpin interfaceFunctionCalculatorImpl.Functions- Overrides:
nextUpin classApfloatCalculatorImpl.ApcomplexFunctions
-
truncate
- Specified by:
truncatein interfaceFunctionCalculatorImpl.Functions- Overrides:
truncatein classApfloatCalculatorImpl.ApcomplexFunctions
-
toDegrees
- Specified by:
toDegreesin interfaceFunctionCalculatorImpl.Functions- Overrides:
toDegreesin classApfloatCalculatorImpl.ApcomplexFunctions
-
toRadians
- Specified by:
toRadiansin interfaceFunctionCalculatorImpl.Functions- Overrides:
toRadiansin classApfloatCalculatorImpl.ApcomplexFunctions
-
atan2
- Specified by:
atan2in interfaceFunctionCalculatorImpl.Functions- Overrides:
atan2in classApfloatCalculatorImpl.ApcomplexFunctions
-
copySign
- Specified by:
copySignin interfaceFunctionCalculatorImpl.Functions- Overrides:
copySignin classApfloatCalculatorImpl.ApcomplexFunctions
-
fmod
- Specified by:
fmodin interfaceFunctionCalculatorImpl.Functions- Overrides:
fmodin classApfloatCalculatorImpl.ApcomplexFunctions
-
hypot
- Specified by:
hypotin interfaceFunctionCalculatorImpl.Functions- Overrides:
hypotin classApfloatCalculatorImpl.ApcomplexFunctions
-
roundToPrecision
- Specified by:
roundToPrecisionin interfaceFunctionCalculatorImpl.Functions- Overrides:
roundToPrecisionin classApfloatCalculatorImpl.ApcomplexFunctions
-
roundToPrecision
-
roundToInteger
- Specified by:
roundToIntegerin interfaceFunctionCalculatorImpl.Functions- Overrides:
roundToIntegerin classApfloatCalculatorImpl.ApcomplexFunctions
-
roundToPlaces
- Specified by:
roundToPlacesin interfaceFunctionCalculatorImpl.Functions- Overrides:
roundToPlacesin classApfloatCalculatorImpl.ApcomplexFunctions
-
roundToPlaces
-
roundToMultiple
- Specified by:
roundToMultiplein interfaceFunctionCalculatorImpl.Functions- Overrides:
roundToMultiplein classApfloatCalculatorImpl.ApcomplexFunctions
-