Skip to content

Commit 6dfc744

Browse files
committed
[cmath.syn] Enclose \placeholder{floating-point-type} in \tcode
1 parent 4e6d501 commit 6dfc744

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/numerics.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9819,19 +9819,19 @@
98199819

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

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

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

98519851
\xrefc{7.12}

0 commit comments

Comments
 (0)