Interface Function2D

    • Method Detail

      • getValue

        double getValue​(double x)
        Returns the value of the function ('y') for a given input ('x').
        Parameters:
        x - the x-value.
        Returns:
        The function value.