public interface UnivariateFunction
Modifier and Type | Method and Description |
---|---|
double |
evaluate(double argument)
compute function value
|
double |
getLowerBound()
get lower bound of argument
|
double |
getUpperBound()
get upper bound of argument
|
double evaluate(double argument)
argument
- function argumentdouble getLowerBound()
double getUpperBound()
Copyright © 2015–2021 Fiji. All rights reserved.