Skip to content
EntityQ669129· pop 12· linked from 29 articles

算术下溢

Sign in to save

Also known as underflow

condition in programming where a calculated value is too small to be represented in memory

Wikidata facts

Subclass of
anomaly
Show 2 more facts
different from
buffer underrun
Sources (2)

via Wikidata · CC0

Article · 中文

算术下溢也稱為浮点数下溢,是指计算机浮点数计算的结果小于可以表示的最小数。 算术下溢出現在計算結果很接近零,使得計算結果的大小小於浮点数可以表示的最小數字。算术下溢也可以視為是浮点数指數在負值時的溢位。例如,浮点数指數范围为-128至127,一个绝对值小于2−127的浮点数就会造成下溢(假设-128的阶码用于表示负无穷)。

Abstract from DBpedia / Wikipedia · CC BY-SA