OFFSET
0,1
COMMENTS
In Bronstein-Semendjajew, Gaussian Phi is the probability integral, i.e., 2 * Normal Distribution Function.
REFERENCES
Bronstein-Semendjajew, Taschenbuch der Mathematik, 7th German ed. 1965, ch. 6.1.2.
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..10000
Eric Weisstein's World of Mathematics, Inverse Erf.
Eric Weisstein's World of Mathematics, Normal Distribution Function.
Eric Weisstein's World of Mathematics, Probable Error t= rho * sqrt(2)= 06745...
EXAMPLE
0.4769362762044698733814183536431305598089697490594706447...
MATHEMATICA
RealDigits[ InverseErf[1/2], 10, 105][[1]] (* Robert G. Wilson v, Oct 11 2004 *)
PROG
(PARI) solve(x=0, 1, erfc(x)-1/2) \\ Charles R Greathouse IV, Oct 15 2015
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Frank Ellermann, Mar 13 2002
STATUS
approved