Constructor and Description |
---|
LogFunction() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptNumParam(int numParam)
Returns true only for 1 or 2 parameters, false otherwise.
|
double |
of(double[] d,
int numParam)
If the number of parameters specified is 1, then the log base 10 is taken of the
value at index location 0.
|
String |
toString() |
public double of(double[] d, int numParam)
public boolean acceptNumParam(int numParam)
acceptNumParam
in interface Function
Copyright © 2024. All rights reserved.