org.opensourcephysics.numerics
Class LogBase10Function

java.lang.Object
  extended byorg.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)
          Evalutes 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 double evaluate(double x)
Description copied from interface: Function
Evalutes the function at x.

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

getInverse

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