Uses of Class
org.apfloat.calc.FunctionCalculatorImpl.FixedFunction
-
Packages that use FunctionCalculatorImpl.FixedFunction Package Description org.apfloat.calc Arbitrary precision calculator interactive application. -
-
Uses of FunctionCalculatorImpl.FixedFunction in org.apfloat.calc
Methods in org.apfloat.calc that return FunctionCalculatorImpl.FixedFunction Modifier and Type Method Description protected FunctionCalculatorImpl.FixedFunction
FunctionCalculatorImpl. fixedFunction(java.lang.String name, int minArguments, int maxArguments, FunctionCalculatorImpl.FixedFunctionHandler handler)
Factory method.protected FunctionCalculatorImpl.FixedFunction
FunctionCalculatorImpl. fixedFunction(java.lang.String name, int arguments, FunctionCalculatorImpl.FixedFunctionHandler handler)
Factory method.
-