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