Package | Description |
---|---|
org.apache.commons.math.analysis |
Parent package for common numerical analysis procedures, including root finding,
function interpolation and integration.
|
Modifier and Type | Field and Description |
---|---|
static BinaryFunction |
BinaryFunction.ADD
Deprecated.
The + operator method wrapped as a
BinaryFunction . |
static BinaryFunction |
BinaryFunction.ATAN2
Deprecated.
The
FastMath.atan2 method wrapped as a BinaryFunction . |
static BinaryFunction |
BinaryFunction.DIVIDE
Deprecated.
The / operator method wrapped as a
BinaryFunction . |
static BinaryFunction |
BinaryFunction.MULTIPLY
Deprecated.
The * operator method wrapped as a
BinaryFunction . |
static BinaryFunction |
BinaryFunction.POW
Deprecated.
The
FastMath.pow method wrapped as a BinaryFunction . |
static BinaryFunction |
BinaryFunction.SUBTRACT
Deprecated.
The - operator method wrapped as a
BinaryFunction . |
Copyright © 2003–2016. All rights reserved.