org.opensourcephysics.numerics
Class LogBase10Function

java.lang.Object
  extended by org.opensourcephysics.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)
          Evaluates the function at x.
 double getInverse(double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogBase10Function

public LogBase10Function()
Method Detail

evaluate

public final double evaluate(double x)
Description copied from interface: Function
Evaluates the function at x.

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

getInverse

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