Package org.apfloat.calc
Interface FunctionCalculatorImpl.Functions
- Enclosing class:
- FunctionCalculatorImpl
protected static interface FunctionCalculatorImpl.Functions
Function implementations.
-
Method Summary
Modifier and TypeMethodDescriptioninverseRoot(Number x, Number y)
inverseRoot(Number x, Number y, Number z)
randomGaussian(Number x)
-
Method Details
-
negate
-
add
-
subtract
-
multiply
-
divide
-
mod
-
pow
-
arg
-
conj
-
imag
-
real
-
abs
-
acos
-
acosh
-
asin
-
asinh
-
atan
-
atanh
-
cbrt
-
ceil
-
cos
-
cosh
-
euler
-
exp
-
factorial
-
floor
-
frac
-
gamma
-
gamma
-
gamma
-
log
-
log
-
max
-
min
-
nextAfter
-
nextDown
-
nextUp
-
pi
-
random
-
randomGaussian
-
round
-
sin
-
sinh
-
sqrt
-
tan
-
tanh
-
truncate
-
toDegrees
-
toRadians
-
ulp
-
agm
-
w
-
w
-
atan2
-
copySign
-
fmod
-
gcd
-
hypot
-
inverseRoot
-
inverseRoot
-
lcm
-
root
-
root
-
scale
-
precision
-