erf( z )

The error function of z in SageMath. Defined by

\[ \operatorname{erf} (z) = \frac{ 2 }{ \sqrt{\pi} } \int_0^z dt \; e^{-t^2} \]

Plot on the real axis:

Series expansion about the origin:

Special values:

Related functions:   error_fcn

Function category: gamma functions sagemath-docs