Uses of Interface
com.graphbuilder.math.func.Function
Packages that use Function
-
Uses of Function in com.graphbuilder.math
Methods in com.graphbuilder.math that return FunctionModifier and TypeMethodDescriptionFuncMap.getFunction(String funcName, int numParam) Returns a function based on the name and the specified number of parameters.Function[]FuncMap.getFunctions()Returns an array of exact length of the functions stored in this map.Methods in com.graphbuilder.math with parameters of type FunctionModifier and TypeMethodDescriptionvoidFuncMap.setFunction(String funcName, Function f) Assigns the name to map to the specified function. -
Uses of Function in com.graphbuilder.math.func
Classes in com.graphbuilder.math.func that implement FunctionModifier and TypeClassDescriptionclassThe absolute function.classThe arc cosine function.classThe hyperbolic arc cosine function.classThe arc sine function.classThe hyperbolic arc sine function.classThe arc tangent function.classThe hyperbolic tangent sine function.classThe average function.classThe ceiling function.classThe combination function.classThe cosine function.classThe hyperbolic cosine function.classEuler's number, e, also called the base of natural logarithms.classThe exp function.classThe factorial function.classThe floor function.classThe log base 2 function.classThe natural logarithm function.classThe log function.classThe max function.classThe min function.classThe mod function.classThe constant Pi.classThe power function.classThe random function.classThe round function.classThe sign function.classThe sine function.classThe hyperbolic sine function.classThe square root function.classThe sum function.classThe tangent function.classThe hyperbolic tangent function.