从 ASCII 文件读取浮点数时平台特定的差异?

发布于 2024-11-09 06:27:58 字数 165 浏览 0 评论 0原文

我有一个程序,它使用 << 来从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文