Erfc
Erfc(z)returns the complementary error function of
z.
See
Examples
Erf(z) is an odd function:
>> Erfc(-x) / 21/2*(2-Erfc(x))
>> Erfc(1.0)0.15729920705028488
>> Erfc(0)1Implementation status
- ☑ - partially implemented
Erfc(z)returns the complementary error function of
z.
See
Erf(z) is an odd function:
>> Erfc(-x) / 21/2*(2-Erfc(x))
>> Erfc(1.0)0.15729920705028488
>> Erfc(0)1