Interface FunctionIfc

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double fx​(double x)
      Returns the value of the function for the specified variable value.
    • Method Detail

      • fx

        double fx​(double x)
        Returns the value of the function for the specified variable value.
        Parameters:
        x - the input value
        Returns:
        the function value