We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
erfc
1 parent 5e59709 commit 11748baCopy full SHA for 11748ba
src/erf.jl
@@ -88,7 +88,7 @@ Compute the complementary error function of ``x``, defined by
88
```math
89
\operatorname{erfc}(x)
90
= 1 - \operatorname{erf}(x)
91
-= \frac{2}{\pi} \int_x^\infty \exp(-t^2) \; \mathrm{d}t
+= \frac{2}{\sqrt{\pi}} \int_x^\infty \exp(-t^2) \; \mathrm{d}t
92
\quad \text{for} \quad x \in \mathbb{C} \, .
93
```
94
0 commit comments