Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c63906 commit f9b8a19Copy full SHA for f9b8a19
1 file changed
Doc/whatsnew/3.2.rst
@@ -992,7 +992,7 @@ of nearly equal quantities:
992
>>> expm1(0.013671875) # more accurate way to compute e**x-1 for a small x
993
0.013765762467652909
994
995
-The :func:`~math.erf` function computes a probability integral of `Gaussian
+The :func:`~math.erf` function computes a probability integral or `Gaussian
996
error function <http://en.wikipedia.org/wiki/Error_function>`_:
997
998
>>> erf(1.0/sqrt(2.0)) # portion of normal distribution within 1 standard deviation
0 commit comments