OFFSET
0,1
COMMENTS
This constant gives the value of h such that the area between the graph of y = exp(-x^2) and the straight line y = h is equal to half of that between y = exp(-x^2) and the x-axis.
EXAMPLE
0.30636228415302713291864810214053595344411492...
MATHEMATICA
digits=100; RealDigits[h/.NSolve[Sqrt[Pi]Erf[Sqrt[-Log[h]]]-2h*Sqrt[-Log[h]]==Sqrt[Pi]/2, {h}, Reals, digits], 10, digits][[1]][[1]]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Stefano Spezia, Dec 11 2025
STATUS
approved
