erfc INDEX

ERFC _ _ _ _ _ _ _ _ _ _ _ _ operator

The erfc operator returns the complementary Error function

1 - defint(e**(-x**2),x,0,infinity) * 2/sqrt(pi)

.

syntax:

erfc(<expression>)

examples:


erfc(xx); 

  - erf(xx) + 1

The operator erfc is simplified towards the erf operator.