[计] 下溢
(3) 下溢(Underflow):运算的结果虽然不是 0,但其数据太小,超出了目标操作数能表 达的最小值的范围,就发生下溢错误。
[地质 水文] 地下水流
... undercurrent潜流;底流 underflow地下水流;冰下水流 underflow潜流;底流 ...
暗流
... 次临界耦合 undercritical coupling (一)电流不足;(二)暗流 undercurrent 暗流 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 absolute value less than 2−127 may cause underflow.