Interface Fn

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Fn IDENTITY
      A function that returns the input value unchanged.
    • Field Detail

      • IDENTITY

        static final Fn IDENTITY
        A function that returns the input value unchanged.
    • Method Detail

      • f

        double f​(double x)
        Computes the value of the function.
        Parameters:
        x - the x value for which to evaluate the function
        Returns:
        f(x)