Interface MathInversableFunction

    • Method Detail

      • inverseF

        @Pure
        double inverseF​(double y)
                 throws MathException
        Replies the value of the inverse function.
        Parameters:
        y - the y.
        Returns:
        the value of f<sup>-1</sup>(y).
        Throws:
        MathException - in case f<sup>-1</sup>(y) could not be computed