Uses of Class
org.apache.commons.math.analysis.BinaryFunction

Packages that use BinaryFunction
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
static BinaryFunction BinaryFunction.ADD
          The + operator method wrapped as a BinaryFunction.
static BinaryFunction BinaryFunction.ATAN2
          The Math.atan2 method wrapped as a BinaryFunction.
static BinaryFunction BinaryFunction.DIVIDE
          The / operator method wrapped as a BinaryFunction.
static BinaryFunction BinaryFunction.MULTIPLY
          The * operator method wrapped as a BinaryFunction.
static BinaryFunction BinaryFunction.POW
          The Math.pow method wrapped as a BinaryFunction.
static BinaryFunction BinaryFunction.SUBTRACT
          The - operator method wrapped as a BinaryFunction.
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.