Uses of Interface
org.apfloat.calc.FunctionCalculatorImpl.FixedFunctionHandler
-
Packages that use FunctionCalculatorImpl.FixedFunctionHandler Package Description org.apfloat.calc Arbitrary precision calculator interactive application. -
-
Uses of FunctionCalculatorImpl.FixedFunctionHandler in org.apfloat.calc
Fields in org.apfloat.calc declared as FunctionCalculatorImpl.FixedFunctionHandler Modifier and Type Field Description private FunctionCalculatorImpl.FixedFunctionHandlerFunctionCalculatorImpl.FixedFunction. handlerMethods in org.apfloat.calc with parameters of type FunctionCalculatorImpl.FixedFunctionHandler Modifier and Type Method Description protected FunctionCalculatorImpl.FixedFunctionFunctionCalculatorImpl. fixedFunction(java.lang.String name, int minArguments, int maxArguments, FunctionCalculatorImpl.FixedFunctionHandler handler)Factory method.protected FunctionCalculatorImpl.FixedFunctionFunctionCalculatorImpl. fixedFunction(java.lang.String name, int arguments, FunctionCalculatorImpl.FixedFunctionHandler handler)Factory method.
-