総合手引 | セクション 3 | English | Deutsch | オプション |
#include <math.h>
erf() 関数と erff() 関数は、次のように、x の誤差関数 (error function) を計算します。 erf(x) = 2/sqrt(pi)*integral from 0 to x of exp(-t*t) dt erf(x) := (2/√π)∫0xexp(-t2)dt
erfc() 関数と erfcf() 関数は x の相補誤差関数 (complementary error function) を計算します。すなわち、 erfc() は 1.0 から誤差関数 erf(x) の結果を減算します。 大きな x に対しては桁が失われてしまうため、この関数が有用です。
ERF (3) | April 20, 1991 |
総合手引 | セクション 3 | English | Deutsch | オプション |
このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.
“ | Like a classics radio station whose play list spans decades, Unix simultaneously exhibits its mixed and dated heritage. There's Clash-era graphics interfaces; Beatles-era two-letter command names; and systems programs (for example, ps) whose terse and obscure output was designed for slow teletypes; Bing Crosby-era command editing (# and @ are still the default line editing commands), and Scott Joplin-era core dumps. | ” |
— The Unix Haters' handbook |