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.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. functions
Methods in org.apfloat.calc with parameters of type FunctionCalculatorImpl.Function Modifier and Type Method Description protected void
FunctionCalculatorImpl. setFunction(java.lang.String name, FunctionCalculatorImpl.Function function)
Define a function.
-