Package org.opensourcephysics.numerics
Class LogBase10Function
java.lang.Object
org.opensourcephysics.numerics.LogBase10Function
- All Implemented Interfaces:
Function
,InvertibleFunction
Class description
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal double
evaluate
(double x) Evaluates the function at x.final double
getInverse
(double y)
-
Constructor Details
-
LogBase10Function
public LogBase10Function()
-
-
Method Details
-
evaluate
public final double evaluate(double x) Description copied from interface:Function
Evaluates the function at x. -
getInverse
public final double getInverse(double y) - Specified by:
getInverse
in interfaceInvertibleFunction
-