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 doubleevaluate(double x) Evaluates the function at x.final doublegetInverse(double y)
-
Constructor Details
-
LogBase10Function
public LogBase10Function()
-
-
Method Details
-
evaluate
public final double evaluate(double x) Description copied from interface:FunctionEvaluates the function at x. -
getInverse
public final double getInverse(double y) - Specified by:
getInversein interfaceInvertibleFunction
-