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