Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
erfc
相補誤差関数.
呼び出し手順
y = erfc(x)
パラメータ
- x
ベクトルまたは行列
- y
(xと同じ大きさの)ベクトルまたは行列
説明
erfc
は相補誤差関数を計算します: 1 - erf(x)
例
erf([0.5,0.2])+erfc([0.5,0.2]) x = [1+2*%i,-1+2*%i,1e-6+2e-6*%i,0+2*%i]; erfc(x)
アルゴリズム
この関数は Faddeevaパッケージ ライブラリに基づきます.
履歴
バージョン | 記述 |
5.5.0 | erfc関数が複素数の要素をサポート |
Report an issue | ||
<< erf | Special Functions | erfcx >> |