Objective-C 中有定点小数对象吗?

发布于 2024-11-09 15:23:06 字数 127 浏览 0 评论 0原文

在其他语言中,通常有一个固定的十进制对象可以用来代替 IEEE float/double,以帮助保证精度。 Objective-C 有类似的东西吗?当我查找时,我发现的只是 NSNumber,它似乎只处理标准的原始类型。我还缺少其他物体吗?

In other languages, there is often a fixed decimal object that can be used in place of IEEE float/doubles, to help guarantee precision. Does Objective-C have something similar? When I was looking, all I found was NSNumber, which seems to only deal with the standard primitive types. Is there another object I am missing?

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

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

发布评论

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

评论(1

奢欲 2024-11-16 15:23:06

NSDecimalNumber也许?

根据这篇文章有一个< code>Decimal 不使用 IEEE 浮点表示的类型。

NSDecimalNumber maybe?

According to this post there is a Decimal type that does not use IEEE floating point representation.

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