Scilab-Branch-6.1-GIT
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
erfcx
スケーリング付き相補誤差関数.
呼び出し手順
y = erfcx(x)
引数
- x
 ベクトルまたは行列
- y
 (xと同じ大きさの)ベクトルまたは行列
説明
erfcx はスケーリング付き相互関数を計算します:
            exp(x2).erfc(x).
            Note also that erfcx(-ix) computes the Faddeeva function
            w(x).
アルゴリズム
この関数は Faddeevaパッケージ ライブラリに基づきます.
履歴
| バージョン | 記述 | 
| 5.5.0 | erfcx関数が複素数の要素をサポート | 
| Report an issue | ||
| << erfc | Special Functions | erfi >> |