算术下溢
算术下溢也称为浮点数下溢,是指计算机浮点数计算的结果小于可以表示的最小数。
算术下溢出现在计算结果很接近零,使得计算结果的大小小于浮点数可以表示的最小数字。算术下溢也可以视为是浮点数指数在负值时的溢出。例如,浮点数指数范围为-128至127,一个绝对值小于2的浮点数就会造成下溢(假设-128的阶码用于表示负无穷)。
单词 | Arithmetic underflow |
释义 |
Arithmetic underflow
中文百科
算术下溢算术下溢也称为浮点数下溢,是指计算机浮点数计算的结果小于可以表示的最小数。 算术下溢出现在计算结果很接近零,使得计算结果的大小小于浮点数可以表示的最小数字。算术下溢也可以视为是浮点数指数在负值时的溢出。例如,浮点数指数范围为-128至127,一个绝对值小于2的浮点数就会造成下溢(假设-128的阶码用于表示负无穷)。
英语百科
Arithmetic underflow 算术下溢The term arithmetic underflow (or "floating point underflow", or just "underflow") is a condition in a computer program where the result of a calculation is a smaller number than the computer can actually store in memory. Arithmetic underflow can occur when the true result of a floating point operation is smaller in magnitude (that is, closer to zero) than the smallest value representable as a normal floating point number in the target datatype. Underflow can in part be regarded as negative overflow of the exponent of the floating point value. For example, if the exponent part can represent values from −127 to 127, then a result with a value less than −127 may cause underflow. |
随便看 |
|
英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。