public class Bennett extends R1ToR1
Constructor and Description |
---|
Bennett()
Bennett constructor
|
Modifier and Type | Method and Description |
---|---|
double |
evaluate(double dblVariate)
Evaluate for the given variate
|
derivative, differential, differential, integrate, maxima, maxima, minima, minima
public Bennett() throws java.lang.Exception
java.lang.Exception
- Thrown if Bennett cannot be instantiatedpublic double evaluate(double dblVariate) throws java.lang.Exception
R1ToR1