math.numerics
Class LogBase10Function

java.lang.Object
  extended by math.numerics.LogBase10Function
All Implemented Interfaces:
Function, InvertibleFunction

public final class LogBase10Function
extends java.lang.Object
implements InvertibleFunction


Constructor Summary
LogBase10Function()
           
 
Method Summary
 double evaluate(double x)
          Evalutes the function affineTransform x.
 double getInverse(double y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogBase10Function

public LogBase10Function()
Method Detail

evaluate

public double evaluate(double x)
Description copied from interface: Function
Evalutes the function affineTransform x.

Specified by:
evaluate in interface Function
Returns:
double f(x)

getInverse

public double getInverse(double y)
Specified by:
getInverse in interface InvertibleFunction