是 128 位“长浮点”吗?有用?

发布于 2024-11-26 13:19:54 字数 1431 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦晓ヶ微光ヅ倾城 2024-12-03 13:19:54

我想长浮点数的优点不仅在于它们可以跨越很大的范围,这可能有用也可能没用,它们可能还具有比双精度更大的尾数(我拒绝为此使用“有效数字”一词),这使您的数字具有更高的精度。

但正如有人所说,科学家喜欢这些类型。大概就是以上原因。请注意,这些库通常称为任意精度库。

I guess the advantage of long floats is not only that they can span huge ranges, which may or may not be useful, they probably also have a much larger mantissa (I refuse to use the word "significand" for this) than a double, which gives your numbers a higher precision.

But as someone said, scientists love those types. Probably for the above reason. Note that the libraries are often called arbitrary precision libraries.

北陌 2024-12-03 13:19:54

科学家使用这种东西 - 偶尔使用任意大小的整数/浮点数/小数。

对于您来说,32 位或 64 位通常就足够了。


另请参阅:

http://en.wikipedia.org/wiki/Arbitrary- precision_arithmetic

Scientists use this kind of stuff - and occasionally arbitrarily sized integers/floats/decimals.

For you, 32-bit or 64-bit is usually enough.


See also:

http://en.wikipedia.org/wiki/Arbitrary-precision_arithmetic

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文