Uses of Class
fr.iMath.objects.Function
Package | Description |
---|---|
fr.iMath.algorithms | |
fr.iMath.objects |
-
Uses of Function in fr.iMath.algorithms
Fields in fr.iMath.algorithms with type parameters of type Function Modifier and Type Field Description private static java.util.HashMap<Function,java.util.function.Function<java.lang.Float,java.lang.Float>>
RPNAlgorithm. functions
Association between functions and their associated functions. -
Uses of Function in fr.iMath.objects
Fields in fr.iMath.objects declared as Function Modifier and Type Field Description private Function
EquationObjectData. function
Methods in fr.iMath.objects that return Function Modifier and Type Method Description static Function
Function. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Function[]
Function. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in fr.iMath.objects with parameters of type Function Constructor Description EquationObjectData(Function function)