Assumptions:
TeX:
\operatorname{erfi}(z) = \frac{2}{\sqrt{\pi}} \int_{0}^{z} {e}^{{t}^{2}} \, dt
z \in \mathbb{C}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Erfi | Imaginary 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("622772"),
Formula(Equal(Erfi(z), Mul(Div(2, Sqrt(Pi)), Integral(Exp(Pow(t, 2)), For(t, 0, z))))),
Variables(z),
Assumptions(Element(z, CC)))