public final class LogBase10Function extends java.lang.Object implements InvertibleFunction
| Constructor and Description |
|---|
LogBase10Function() |
| Modifier and Type | Method and Description |
|---|---|
double |
evaluate(double x)
Evalutes the function at x.
|
double |
getInverse(double y) |
public final double evaluate(double x)
Functionpublic final double getInverse(double y)
getInverse in interface InvertibleFunction