We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1046811 commit b90a8cdCopy full SHA for b90a8cd
doc/reference/special.rst
@@ -1,17 +1,20 @@
1
-Special Functions
2
-=================
+.. currentmodule:: dpnp.special
3
4
-.. https://docs.scipy.org/doc/scipy/reference/special.html
+Special functions (:mod:`dpnp.special`)
+=======================================
5
6
-Error Function
7
---------------
+.. Hint:: `SciPy API Reference: Special functions (scipy.special) <https://docs.scipy.org/doc/scipy/reference/special.html>`_
+
8
+Error function and Fresnel integrals
9
+------------------------------------
10
11
.. autosummary::
12
:toctree: generated/
13
:nosignatures:
14
- dpnp.erf
- dpnp.erfc
15
- dpnp.erfcx
16
- dpnp.erfinv
17
- dpnp.erfcinv
+ erf
+ erfc
+ erfcx
18
+ erfi
19
+ erfinv
20
+ erfcinv
0 commit comments