Interface MathFunction

    • Method Detail

      • f

        @Pure
        double f​(double x)
          throws MathException
        Replies the value of the function.
        Parameters:
        x - the x.
        Returns:
        the value of f(x).
        Throws:
        MathException - in case f(x) could not be computed
      • getRange

        @Pure
        MathFunctionRange[] getRange()
        Replies the range of the function.
        Returns:
        a array of ranges. It corresponds to a list of couples that defined the set of valid values.