Interface UnivariateFunction

    • Method Detail

      • value

        double value​(double x)
        Compute the value of the function.
        Parameters:
        x - Point at which the function value should be computed.
        Returns:
        the value of the function.
        Throws:
        IllegalArgumentException - when the activated method itself can ascertain that a precondition, specified in the API expressed at the level of the activated method, has been violated. When Hipparchus throws an IllegalArgumentException, it is usually the consequence of checking the actual parameters passed to the method.