Interface Function


  • public interface Function
    Defines a univariate function.
    Since:
    15 Mar 2018
    Author:
    Mark Taylor
    • Method Detail

      • f

        double f​(double x)
        Evaluates the function at a given point.
        Parameters:
        x - independent variable
        Returns:
        value of function at x