Interface Pegasus.Function

Enclosing class:
Pegasus

public static interface Pegasus.Function
The function that is to be solved.
Since:
2.3
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    apply(double x)
    Calculate the function result for x.
  • Method Details

    • apply

      double apply(double x)
      Calculate the function result for x.
      Parameters:
      x - x
      Returns:
      f(x)