public static interface ZerosFunction.Function
ZerosFunction
.
The user supplied function, f(x), must return valid results for all values in the specified interval. If no interval is given, the user-supplied function must return valid results for all real numbers.
Modifier and Type | Method and Description |
---|---|
double |
f(double x)
Returns the value of the function at the given point.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.