Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我们想对大范围的数字求和,那么使用的数据类型是浮点双精度这一事实是否会使运行总和不易溢出? 我们是否还应该明确地编写代码来检测它并停止求和?