File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ noted otherwise, all return values are floats.
95
95
:func: `sinh(x) <sinh> ` Hyperbolic sine of *x *
96
96
:func: `tanh(x) <tanh> ` Hyperbolic tangent of *x *
97
97
98
- **Special functions **
98
+ **Error and gamma functions **
99
99
--------------------------------------------------------------------------------------------------
100
100
:func: `erf(x) <erf> ` `Error function <https://en.wikipedia.org/wiki/Error_function >`_ at *x *
101
101
:func: `erfc(x) <erfc> ` `Complementary error function <https://en.wikipedia.org/wiki/Error_function >`_ at *x *
@@ -684,8 +684,8 @@ instead of circles.
684
684
Return the hyperbolic tangent of *x *.
685
685
686
686
687
- Special functions
688
- -----------------
687
+ Error and gamma functions
688
+ -------------------------
689
689
690
690
.. function :: erf(x)
691
691
You can’t perform that action at this time.
0 commit comments