Uses of Interface
org.apfloat.calc.FunctionCalculatorImpl.Functions
-
Packages that use FunctionCalculatorImpl.Functions Package Description org.apfloat.calc Arbitrary precision calculator interactive application. -
-
Uses of FunctionCalculatorImpl.Functions in org.apfloat.calc
Classes in org.apfloat.calc that implement FunctionCalculatorImpl.Functions Modifier and Type Class Description private classApfloatCalculatorImpl.ApcomplexFunctionsprivate classApfloatCalculatorImpl.ApfloatFunctionsprivate classApfloatCalculatorImpl.ApintFunctionsprivate classApfloatCalculatorImpl.AprationalFunctionsMethods in org.apfloat.calc that return FunctionCalculatorImpl.Functions Modifier and Type Method Description protected FunctionCalculatorImpl.FunctionsApfloatCalculatorImpl. getFunctions(java.lang.Number x)protected abstract FunctionCalculatorImpl.FunctionsFunctionCalculatorImpl. getFunctions(java.lang.Number x)Get the function implementations.private FunctionCalculatorImpl.FunctionsFunctionCalculatorImpl. getFunctions(java.util.List<java.lang.Number> arguments)Methods in org.apfloat.calc with parameters of type FunctionCalculatorImpl.Functions Modifier and Type Method Description java.lang.NumberFunctionCalculatorImpl.FixedFunctionHandler. call(FunctionCalculatorImpl.Functions functions, java.util.List<java.lang.Number> arguments)Call the function.
-