erf
The error function.
Syntax
y = erf(x)
Arguments
- x
- vector or matrix 
- y
- vector or matrix (of same size than x) 
Description
erf computes the error function:
            
Examples
Algorithms
This function is based on the Faddeeva package library.
See also
History
| Version | Description | 
| 5.5.0 | Function erf supports complex arguments | 
| Report an issue | ||
| << ellipj | Special Functions | erfc >> |