Package com.imsl.math

Interface ZeroFunction.Function

Enclosing class:
ZeroFunction

public static interface ZeroFunction.Function
Deprecated.
ZeroFunction has been replaced by ZerosFunction.
Public interface for the user supplied function to ZeroFunction.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    f(double x)
    Deprecated.
    Returns the value of the function at the given point.
  • Method Details

    • f

      double f(double x)
      Deprecated.
      Returns the value of the function at the given point.
      Parameters:
      x - a double specifying the point at which the function is to be evaluated
      Returns:
      a double specifying the value of the function at x