public class ExpFunction extends Object implements Function
Math.exp(double)| Constructor and Description |
|---|
ExpFunction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptNumParam(int numParam)
Returns true only for 1 parameter, false otherwise.
|
double |
of(double[] d,
int numParam)
Returns Euler's number, e, raised to the exponent of the value at index location 0.
|
String |
toString() |
public double of(double[] d,
int numParam)
public boolean acceptNumParam(int numParam)
acceptNumParam in interface FunctionCopyright © 2015. All rights reserved.