Uses of Interface
org.apfloat.calc.FunctionCalculatorImpl.Function
-
Packages that use FunctionCalculatorImpl.Function Package Description org.apfloat.calc Arbitrary precision calculator interactive application. -
-
Uses of FunctionCalculatorImpl.Function in org.apfloat.calc
Classes in org.apfloat.calc that implement FunctionCalculatorImpl.Function Modifier and Type Class Description protected class
FunctionCalculatorImpl.FixedFunction
Function taking a fixed number of arguments.Methods in org.apfloat.calc with parameters of type FunctionCalculatorImpl.Function Modifier and Type Method Description protected void
FunctionCalculatorImpl. setFunction(String name, FunctionCalculatorImpl.Function function)
Define a function.
-