Introduction
User Documentation
Worked Examples
An interactive application
Notebooks
Extra Functionality
Getting Help
Calculate the error function.
array
The error function of the input.
See also
gamma
Examples
>>> erf(0) 0.0
>>> erf([1.0, 2.3]) array([ 0.84270079, 0.99885682])