Uses of Class
org.apache.commons.math.analysis.BinaryFunction
-
Packages that use BinaryFunction Package Description org.apache.commons.math.analysis Parent package for common numerical analysis procedures, including root finding, function interpolation and integration. -
-
Uses of BinaryFunction in org.apache.commons.math.analysis
Fields in org.apache.commons.math.analysis declared as BinaryFunction Modifier and Type Field Description static BinaryFunction
BinaryFunction. ADD
Deprecated.The + operator method wrapped as aBinaryFunction
.static BinaryFunction
BinaryFunction. ATAN2
Deprecated.TheFastMath.atan2
method wrapped as aBinaryFunction
.static BinaryFunction
BinaryFunction. DIVIDE
Deprecated.The / operator method wrapped as aBinaryFunction
.static BinaryFunction
BinaryFunction. MULTIPLY
Deprecated.The * operator method wrapped as aBinaryFunction
.static BinaryFunction
BinaryFunction. POW
Deprecated.TheFastMath.pow
method wrapped as aBinaryFunction
.static BinaryFunction
BinaryFunction. SUBTRACT
Deprecated.The - operator method wrapped as aBinaryFunction
.
-