Fungrim home page

Fungrim entry: 2aaba8

erf(z)=2π0zet2dt\operatorname{erf}(z) = \frac{2}{\sqrt{\pi}} \int_{0}^{z} {e}^{-{t}^{2}} \, dt
Assumptions:zCz \in \mathbb{C}
TeX:
\operatorname{erf}(z) = \frac{2}{\sqrt{\pi}} \int_{0}^{z} {e}^{-{t}^{2}} \, dt

z \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
Erferf(z)\operatorname{erf}(z) Error function
Sqrtz\sqrt{z} Principal square root
Piπ\pi The constant pi (3.14...)
Integralabf(x)dx\int_{a}^{b} f(x) \, dx Integral
Expez{e}^{z} Exponential function
Powab{a}^{b} Power
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("2aaba8"),
    Formula(Equal(Erf(z), Mul(Div(2, Sqrt(Pi)), Integral(Exp(Neg(Pow(t, 2))), For(t, 0, z))))),
    Variables(z),
    Assumptions(Element(z, CC)))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC