Skip to content

Commit

Permalink
Merge branch 'master' into dw/irrationalconstants
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Sep 21, 2021
2 parents a57d918 + d4f6d7e commit 5963cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/erf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Compute the complementary error function of ``x``, defined by
```math
\operatorname{erfc}(x)
= 1 - \operatorname{erf}(x)
= \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
\quad \text{for} \quad x \in \mathbb{C} \, .
```
Expand Down

0 comments on commit 5963cf1

Please sign in to comment.