Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5845,9 +5845,9 @@
the extended floating-point types described in this subsection
that are in addition to the names declared in the \libheader{stdfloat} header
should be chosen to increase compatibility and interoperability
with the interchange types
with the interchange floating types
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's surprising that the C standard consistently says "floating type(s)" while the C++ standard consistently says "floating-point type(s)". I'm not sure whether it's better to follow the wording convention in C++.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this context, we are specifically talking about those types defined in C23, so it wouldn't make sense to use our own terminology.

\tcode{_Float16}, \tcode{_Float32}, \tcode{_Float64}, and \tcode{_Float128}
defined in ISO/IEC TS 18661-3 and with future versions of \IsoCUndated{}.
defined in \IsoC{} H.2.2.

\rSec2[basic.compound]{Compound types}

Expand Down
Loading