Scilab 5.3.3
Scilab help >> Special Functions > erf
erf
誤差関数.
呼び出し手順
y = erf(x)
パラメータ
- x
実数ベクトルまたは行列
- y
(xと同じ大きさの)実数ベクトルまたは行列
説明
erf は誤差関数を計算します:

作者
W. J. Cody (code from Netlib (specfun))
| << dlgamma | Special Functions | erfc >> |