Skip to content

Commit 1fb4d98

Browse files
committed
Keep "Special functions"
1 parent 5860cdc commit 1fb4d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/math.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ noted otherwise, all return values are floats.
104104
:func:`sinh(x) <sinh>` Hyperbolic sine of *x*
105105
:func:`tanh(x) <tanh>` Hyperbolic tangent of *x*
106106

107-
**Error and gamma functions**
107+
**Special functions**
108108
--------------------------------------------------------------------------------------------------
109109
:func:`erf(x) <erf>` `Error function <https://en.wikipedia.org/wiki/Error_function>`_ at *x*
110110
:func:`erfc(x) <erfc>` `Complementary error function <https://en.wikipedia.org/wiki/Error_function>`_ at *x*
@@ -738,7 +738,7 @@ instead of circles.
738738
Return the hyperbolic tangent of *x*.
739739

740740

741-
Error and gamma functions
741+
Special functions
742742
-------------------------
743743

744744
.. function:: erf(x)

0 commit comments

Comments
 (0)