Fungrim home page

Fungrim entry: ec0205

erfc ⁣(z)=2erfc(z)\operatorname{erfc}\!\left(-z\right) = 2 - \operatorname{erfc}(z)
Assumptions:zCz \in \mathbb{C}
TeX:
\operatorname{erfc}\!\left(-z\right) = 2 - \operatorname{erfc}(z)

z \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
Erfcerfc(z)\operatorname{erfc}(z) Complementary error function
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("ec0205"),
    Formula(Equal(Erfc(Neg(z)), Sub(2, Erfc(z)))),
    Variables(z),
    Assumptions(Element(z, CC)))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC