normalDistributionInverse

Inverse of Standard normal distribution function

Returns the argument, x, for which the area under the Normal probability density function (integrated from minus infinity to x) is equal to p.

Note: This function is only implemented to 80 bit precision.

pure nothrow @safe @nogc
real
normalDistributionInverse
(
real p
)

Meta