“真实类型”和“真实类型”有什么区别?和“算术类型”在C语言中?

发布于 2024-09-27 05:55:06 字数 155 浏览 3 评论 0原文

C99 标准是这样描述它们的:

整数和实数浮点类型 统称为真实类型。

整数和浮点类型是 统称为算术类型。

这是否意味着它们在 C 语言中是相同的?或者说它们之间有什么区别吗?

The C99 standard describes them as so:

The integer and real floating types
are collectively called real types.

Integer and floating types are
collectively called arithmetic types.

Does this mean they're the same thing in C? Or are there any differences between them?

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

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

发布评论

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

评论(2

吝吻 2024-10-04 05:55:06

复杂类型是算术类型,但不是实数类型。

Complex types are arithmetic types, but not real types.

再见回来 2024-10-04 05:55:06

来自 ISO C 99 6.2.5 18:

整数和浮点类型统称为算术类型。每种算术类型
属于一种类型域:实数类型域包括实数类型、复数类型
类型域包含复杂类型。

From ISO C 99 6.2.5 18:

Integer and floating types are collectively called arithmetic types. Each arithmetic type
belongs to one type domain: the real type domain comprises the real types, the complex
type domain comprises the complex types.

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