erf
float
erf は 「元に戻す」が不可能、「照会」が不可能、「編集」が不可能 です。
引数のエラー関数(x)を返します。これは次のように定義されます。(2 / sqrt(pi)) integral{0 to x} of (e ** -t **2) dt
このコマンドは組み込みシステム関数を使用して実行されます。
注記: float | エラー値 |
// Return the error function of 1.0 erf 1.0; // Result: 0.842701 //