The square root function. More...
Public Member Functions | |
SqrtFunction () | |
double | of (double[] d, int numParam) |
Returns the square root of the value at index location 0. | |
boolean | acceptNumParam (int numParam) |
Returns true only for 1 parameter, false otherwise. | |
String | toString () |
The square root function.
Definition at line 8 of file SqrtFunction.java.
com.graphbuilder.math.func.SqrtFunction.SqrtFunction | ( | ) |
Definition at line 10 of file SqrtFunction.java.
boolean com.graphbuilder.math.func.SqrtFunction.acceptNumParam | ( | int | numParam | ) |
Returns true only for 1 parameter, false otherwise.
Implements com.graphbuilder.math.func.Function.
Definition at line 30 of file SqrtFunction.java.
double com.graphbuilder.math.func.SqrtFunction.of | ( | double[] | d, | |
int | numParam | |||
) |
Returns the square root of the value at index location 0.
Implements com.graphbuilder.math.func.Function.
Definition at line 15 of file SqrtFunction.java.
String com.graphbuilder.math.func.SqrtFunction.toString | ( | ) |
Definition at line 34 of file SqrtFunction.java.