Skip to content

Commit c4b1756

Browse files
committed
Error and gamma functions
1 parent 2933737 commit c4b1756

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/math.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ noted otherwise, all return values are floats.
9595
:func:`sinh(x) <sinh>` Hyperbolic sine of *x*
9696
:func:`tanh(x) <tanh>` Hyperbolic tangent of *x*
9797

98-
**Special functions**
98+
**Error and gamma functions**
9999
--------------------------------------------------------------------------------------------------
100100
:func:`erf(x) <erf>` `Error function <https://en.wikipedia.org/wiki/Error_function>`_ at *x*
101101
:func:`erfc(x) <erfc>` `Complementary error function <https://en.wikipedia.org/wiki/Error_function>`_ at *x*
@@ -684,8 +684,8 @@ instead of circles.
684684
Return the hyperbolic tangent of *x*.
685685

686686

687-
Special functions
688-
-----------------
687+
Error and gamma functions
688+
-------------------------
689689

690690
.. function:: erf(x)
691691

0 commit comments

Comments
 (0)