org.opensourcephysics.numerics
Interface InvertibleFunction

All Superinterfaces:
Function
All Known Implementing Classes:
LogBase10Function

public interface InvertibleFunction
extends Function

Title: InvertibleFunction Description: An invertible function of one variable.


Method Summary
 double getInverse(double y)
           
 
Methods inherited from interface org.opensourcephysics.numerics.Function
evaluate
 

Method Detail

getInverse

double getInverse(double y)