Skip to content
Merged
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
10 changes: 5 additions & 5 deletions source/numerics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9819,19 +9819,19 @@

\pnum
For each function
with at least one parameter of type \placeholder{floating-point-type},
with at least one parameter of type \tcode{\placeholder{floating-point-type}},
the implementation provides
an overload for each cv-unqualified floating-point type\iref{basic.fundamental}
where all uses of \placeholder{floating-point-type} in the function signature
where all uses of \tcode{\placeholder{floating-point-type}} in the function signature
are replaced with that floating-point type.

\pnum
For each function
with at least one parameter of type \placeholder{floating-point-type}
with at least one parameter of type \tcode{\placeholder{floating-point-type}}
other than \tcode{abs},
the implementation also provides additional overloads sufficient to ensure that,
if every argument corresponding to
a \placeholder{floating-point-type} parameter has arithmetic type,
a \tcode{\placeholder{floating-point-type}} parameter has arithmetic type,
then every such argument is effectively cast to the floating-point type
with the greatest floating-point conversion rank and
greatest floating-point conversion subrank
Expand All @@ -9845,7 +9845,7 @@

\pnum
An invocation of \tcode{nexttoward} is ill-formed if
the argument corresponding to the \placeholder{floating-point-type} parameter
the argument corresponding to the \tcode{\placeholder{floating-point-type}} parameter
has extended floating-point type.

\xrefc{7.12}
Expand Down