Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
erf
The error function.
Calling Sequence
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 | ||
<< dlgamma | Special Functions | erfc >> |