mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
Typo.
This commit is contained in:
parent
2c63906283
commit
f9b8a19d75
1 changed files with 1 additions and 1 deletions
|
@ -992,7 +992,7 @@ of nearly equal quantities:
|
||||||
>>> expm1(0.013671875) # more accurate way to compute e**x-1 for a small x
|
>>> expm1(0.013671875) # more accurate way to compute e**x-1 for a small x
|
||||||
0.013765762467652909
|
0.013765762467652909
|
||||||
|
|
||||||
The :func:`~math.erf` function computes a probability integral of `Gaussian
|
The :func:`~math.erf` function computes a probability integral or `Gaussian
|
||||||
error function <http://en.wikipedia.org/wiki/Error_function>`_:
|
error function <http://en.wikipedia.org/wiki/Error_function>`_:
|
||||||
|
|
||||||
>>> erf(1.0/sqrt(2.0)) # portion of normal distribution within 1 standard deviation
|
>>> erf(1.0/sqrt(2.0)) # portion of normal distribution within 1 standard deviation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue