Interface DoubleFunction

    • Method Detail

      • apply

        double apply​(double argument)
        Applies a function to an argument.
        Parameters:
        argument - argument passed to the function.
        Returns:
        the result of the function.