Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
dawson
Dawson (スケーリングされた虚数の誤差) 関数を計算.
呼び出し手順
y = dawson(x)
引数
- x
ベクトルまたは行列
- y
(xと同じ大きさ)ベクトルまたは行列
説明
dawson
はスケーリングされた虚数の誤差関数を計算します:
例
x = [0.1, 1, 1+2*%i,-1+2*%i,1e-4+2e-4*%i,0+2*%i]; dawson(x) dawson(-x)
アルゴリズム
この関数は Faddeevaパッケージ ライブラリにもとづいています.
履歴
Version | Description |
5.5.0 | 関数dawsonが追加されました |
Report an issue | ||
<< calerf | Special Functions | delip >> |