Uses of Interface
org.apfloat.calc.FunctionCalculatorImpl.Functions
-
Packages that use FunctionCalculatorImpl.Functions Package Description org.apfloat.calc Arbitrary precision calculator interactive application. -
-
Uses of FunctionCalculatorImpl.Functions in org.apfloat.calc
Methods in org.apfloat.calc that return FunctionCalculatorImpl.Functions Modifier and Type Method Description protected FunctionCalculatorImpl.Functions
ApfloatCalculatorImpl. getFunctions(Number x)
protected abstract FunctionCalculatorImpl.Functions
FunctionCalculatorImpl. getFunctions(Number x)
Get the function implementations.Methods in org.apfloat.calc with parameters of type FunctionCalculatorImpl.Functions Modifier and Type Method Description Number
FunctionCalculatorImpl.FixedFunctionHandler. call(FunctionCalculatorImpl.Functions functions, List<Number> arguments)
Call the function.
-