摘要
总结了C语言中的单精度型(float)、双精度型(double)和长双精度型(long double)浮点数的存储格式,并用简洁的C程序给出了验证;对其表示的十进制数的有效数字位数,从相对误差的角度,给出了判定方法及结论。
It describes how floating-point data(float, double, long double) stored in memory, the range and precision of storage formats, and how to validate it in simple C program. It discusses the number of decimal significant digits from the viewpoint of relative error.
出处
《计算机与数字工程》
2006年第1期84-86,90,共4页
Computer & Digital Engineering
关键词
浮点数
单精度
双精度
长双精度
阶码
尾数
有效数字位数
floating - point number, float, double, long double, exponent, mantissa, significant digits