Documentation moved.This entry is now part of the unified function reference. Open the unified page → API/nerdamer APIFunctionnerdamer.erfcsrc/index.ts:806nerdamer.erfc(x: Expression): ExpressionComputes the complementary error function:`erfc(x) = 1 − erf(x)`.seeerfParametersNameTypeDescriptionxExpressionThe input expression.ReturnsExpression — The complementary error function value.Exampleserfc(Expression.create(0)).text() // "0"