从 ASCII 文件读取浮点数时平台特定的差异?
我有一个程序,它使用 << 来从 ASCII 数据文件中读取浮点数。操作员。我注意到,只要有一个非常小但非零的数字(绝对值小于 1.e-20),它就会在我的 Windows 计算机上正常工作,但在我的 Linux 计算机上失败。为什么会出现这种情况?它解析浮点数的方式是否受到某些特定于平台的特征的影响?
I have a program that reads in floating point numbers from an ASCII data file using the << operator. I have noticed that whenever there is a number that is very small but nonzero (absolute value less than about 1.e-20) it will work correctly on my Windows machine but fail on my Linux machine. Why does this happen? Is the way that it parses floating point numbers affected by some platform-specific characteristic?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论