| Constructor and Description |
|---|
PiFunction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptNumParam(int numParam)
Returns true only for 0 parameters, false otherwise.
|
double |
of(double[] d,
int numParam)
Returns the constant Pi regardless of the input.
|
String |
toString() |
public double of(double[] d,
int numParam)
public boolean acceptNumParam(int numParam)
acceptNumParam in interface FunctionCopyright © 2018. All rights reserved.