Assumptions:
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 |
---|---|---|
Erf | Error function | |
Sqrt | Principal square root | |
Pi | The constant pi (3.14...) | |
Integral | Integral | |
Exp | Exponential function | |
Pow | Power | |
CC | 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)))