Skip to content

Commit 206248c

Browse files
committed
Add python implementation
1 parent 6eb1b9a commit 206248c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/reference/scipy_special.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ Error function and Fresnel integrals
1515
erf
1616
erfc
1717
erfcx
18-
erfi
1918
erfinv
2019
erfcinv

dpnp/scipy/special/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@
4545
from ._erf import (
4646
erf,
4747
erfc,
48+
erfcx,
4849
)
4950

5051
__all__ = [
5152
"erf",
5253
"erfc",
54+
"erfcx",
5355
]

0 commit comments

Comments
 (0)