Scilab 5.3.3
Scilab help >> Special Functions > erf
Add a comment:
Please login to comment this page.
erf
The error function.
Calling Sequence
y = erf(x)
Arguments
- x
real vector or matrix
- y
real vector or matrix (of same size than x)
Description
erf computes the error function:

See Also
Authors
W. J. Cody (code from Netlib (specfun))
Comments
Add a comment:
Please login to comment this page.
| << dlgamma | Special Functions | erfc >> |