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 BinaryFunctionBinaryFunction. ADDDeprecated.The + operator method wrapped as aBinaryFunction.static BinaryFunctionBinaryFunction. ATAN2Deprecated.TheFastMath.atan2method wrapped as aBinaryFunction.static BinaryFunctionBinaryFunction. DIVIDEDeprecated.The / operator method wrapped as aBinaryFunction.static BinaryFunctionBinaryFunction. MULTIPLYDeprecated.The * operator method wrapped as aBinaryFunction.static BinaryFunctionBinaryFunction. POWDeprecated.TheFastMath.powmethod wrapped as aBinaryFunction.static BinaryFunctionBinaryFunction. SUBTRACTDeprecated.The - operator method wrapped as aBinaryFunction.
-