public class Log extends Object implements DifferentiableUnivariateFunction
| Constructor and Description |
|---|
Log() |
| 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.