Assumptions:
TeX:
\operatorname{erf}(z) = \frac{2 z {e}^{-{z}^{2}}}{\sqrt{\pi}} \,{}_1F_1\!\left(1, \frac{3}{2}, {z}^{2}\right) z \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Erf | Error function | |
Exp | Exponential function | |
Pow | Power | |
Sqrt | Principal square root | |
Pi | The constant pi (3.14...) | |
Hypergeometric1F1 | Kummer confluent hypergeometric function | |
CC | Complex numbers |
Source code for this entry:
Entry(ID("98688d"), Formula(Equal(Erf(z), Mul(Div(Mul(Mul(2, z), Exp(Neg(Pow(z, 2)))), Sqrt(Pi)), Hypergeometric1F1(1, Div(3, 2), Pow(z, 2))))), Variables(z), Assumptions(Element(z, CC)))