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 classFunctionCalculatorImpl.FixedFunctionFunction taking a fixed number of arguments.Fields in org.apfloat.calc with type parameters of type FunctionCalculatorImpl.Function Modifier and Type Field Description private java.util.Map<java.lang.String,FunctionCalculatorImpl.Function>FunctionCalculatorImpl. functionsMethods in org.apfloat.calc with parameters of type FunctionCalculatorImpl.Function Modifier and Type Method Description protected voidFunctionCalculatorImpl. setFunction(java.lang.String name, FunctionCalculatorImpl.Function function)Define a function.
-