Scilab 5.3.3
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
erfcx
スケーリング付き相補誤差関数.
呼び出し手順
y = erfcx(x)
パラメータ
- x
実数ベクトルまたは行列
- y
(xと同じ大きさの)実数ベクトルまたは行列
説明
erfcx
はスケーリング付き相互関数を計算します:
作者
W. J. Cody (code from Netlib (specfun))
<< erfc | Special Functions | erfinv >> |