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

    Modifier and Type
    Method
    Description
    double
    getInverse(double y)
     

    Methods inherited from interface org.opensourcephysics.numerics.Function

    evaluate
  • Method Details

    • getInverse

      double getInverse(double y)