How can floating point calculations be made deterministic?

后端 未结 6 739
执念已碎
执念已碎 2020-12-03 21:21

Floating point calculation is neither associative nor distributive on processors. So,

(a + b) + c is not equal to a + (b + c)

and <

6条回答
提交回复
热议问题