Skip to content

Commit b90a8cd

Browse files
committed
Update rendered page for special submodule
1 parent 1046811 commit b90a8cd

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

doc/reference/special.rst

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1-
Special Functions
2-
=================
1+
.. currentmodule:: dpnp.special
32

4-
.. https://docs.scipy.org/doc/scipy/reference/special.html
3+
Special functions (:mod:`dpnp.special`)
4+
=======================================
55

6-
Error Function
7-
--------------
6+
.. Hint:: `SciPy API Reference: Special functions (scipy.special) <https://docs.scipy.org/doc/scipy/reference/special.html>`_
7+
8+
Error function and Fresnel integrals
9+
------------------------------------
810

911
.. autosummary::
1012
:toctree: generated/
1113
:nosignatures:
1214

13-
dpnp.erf
14-
dpnp.erfc
15-
dpnp.erfcx
16-
dpnp.erfinv
17-
dpnp.erfcinv
15+
erf
16+
erfc
17+
erfcx
18+
erfi
19+
erfinv
20+
erfcinv

0 commit comments

Comments
 (0)