Uses of Interface
org.apfloat.calc.FunctionCalculatorImpl.Function
Packages that use FunctionCalculatorImpl.Function
-
Uses of FunctionCalculatorImpl.Function in org.apfloat.calc
Classes in org.apfloat.calc that implement FunctionCalculatorImpl.FunctionModifier and TypeClassDescriptionprotected class
Function taking a fixed number of arguments.Fields in org.apfloat.calc with type parameters of type FunctionCalculatorImpl.FunctionModifier and TypeFieldDescriptionprivate Map
<String, FunctionCalculatorImpl.Function> FunctionCalculatorImpl.functions
Methods in org.apfloat.calc with parameters of type FunctionCalculatorImpl.FunctionModifier and TypeMethodDescriptionprotected void
FunctionCalculatorImpl.setFunction
(String name, FunctionCalculatorImpl.Function function) Define a function.