erfc / erfcf / erfcl
浮動小数点値の余誤関数を計算します。
[指定形式]
#include <math.h>
double erfc(double d);
float erfcf(float d);
long double erfcl(long double d);
[引数]
d 余誤関数値を求める値
[戻り値]
dの余誤関数値
[備考]
dの絶対値が大きすぎる場合、範囲エラーが発生します。