本文介绍了难道IEEE-754浮点,双核和四保证精确的重-2,-1,-0,0,1,2 presentation?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
一切都在标题:确实IEEE-754 浮动
,双击
和四
保证 -2
, 1
,<$ C的精确重新presentation $ C> -0 , 0
, 1
, 2
?
All is in the title: does IEEE-754 float
, double
and quad
guarantee exact representation of -2
, -1
, -0
, 0
, 1
, 2
?
推荐答案
它保证precise重新$ P $所有整数psentations直到显著的二进制位数超过尾数的范围。
It guarantees precise representations of all integers until the number of significant binary digits exceeds the range of the mantissa.
这篇关于难道IEEE-754浮点,双核和四保证精确的重-2,-1,-0,0,1,2 presentation?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!