Back to Symbolic Math (SymEngine)
sym.erfc
Computes the complementary error function of a symbolic expression.
Syntax
sym.erfc(x)
Description
Computes the complementary error function of a symbolic expression. The complementary error function erfc(x) is defined as 1 - erf(x), or equivalently (2/√π) × ∫ₓ^∞ e^(-t²) dt. It is more accurate than computing 1 - erf(x) directly for large x.
Parameters
| Name | Description |
|---|---|
| x | - The argument (as a symbolic expression). |
Returns
Expr