Fix markup and wording.
This commit is contained in:
parent
1081d48889
commit
12e6c256ca
|
@ -326,8 +326,8 @@ Special functions
|
||||||
|
|
||||||
Return the complementary error function at *x*. The `complementary error
|
Return the complementary error function at *x*. The `complementary error
|
||||||
function <http://en.wikipedia.org/wiki/Error_function>`_ is defined as
|
function <http://en.wikipedia.org/wiki/Error_function>`_ is defined as
|
||||||
``1.0 - erf(x)``. It is used for large values of *x* where a straight
|
``1.0 - erf(x)``. It is used for large values of *x* where a subtraction
|
||||||
substraction from *1* would cause a `loss of significance
|
from one would cause a `loss of significance
|
||||||
<http://en.wikipedia.org/wiki/Loss_of_significance>`_\.
|
<http://en.wikipedia.org/wiki/Loss_of_significance>`_\.
|
||||||
|
|
||||||
.. versionadded:: 3.2
|
.. versionadded:: 3.2
|
||||||
|
@ -335,7 +335,8 @@ Special functions
|
||||||
|
|
||||||
.. function:: gamma(x)
|
.. function:: gamma(x)
|
||||||
|
|
||||||
Return the `Gamma function<http://en.wikipedia.org/wiki/Gamma_function>` at *x*.
|
Return the `Gamma function <http://en.wikipedia.org/wiki/Gamma_function>`_ at
|
||||||
|
*x*.
|
||||||
|
|
||||||
.. versionadded:: 3.2
|
.. versionadded:: 3.2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue