Interface FieldUnivariateFunction

    • Method Detail

      • value

        <T extends RealFieldElement<T>> T value​(T x)
        Compute the value of the function.
        Type Parameters:
        T - the type of the field elements
        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.