Class LogBase10Function

java.lang.Object
org.opensourcephysics.numerics.LogBase10Function
All Implemented Interfaces:
Function, InvertibleFunction

public final class LogBase10Function extends Object implements InvertibleFunction
Class description
  • Constructor Details

    • LogBase10Function

      public LogBase10Function()
  • Method Details

    • 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