erfc函数
概要:
#include <math.h> double erfc(double x);
描述:
该函数计算参数的互补误差函数。如果正值太大,会出现范围错误。
参数:
double x
            参数为一个double类型的浮点数。
返回值:
函数返回。
范例:
|  |  | 
输出:
The complementary error function of 2.000000 is 0.004678.
相关内容:
| erfcf | float类型的互补误差函数。 | 
| erfcl | long double类型的互补误差函数。 |