public class Expm1 extends Object implements DifferentiableUnivariateFunction
ex-1 function.| Constructor and Description |
|---|
Expm1() |
| Modifier and Type | Method and Description |
|---|---|
UnivariateFunction |
derivative()
Returns the derivative of the function
|
double |
value(double x)
Compute the value of the function.
|
public double value(double x)
value in interface UnivariateFunctionx - Point at which the function value should be computed.public UnivariateFunction derivative()
derivative in interface DifferentiableUnivariateFunctionCopyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.