From 6dfc7449b194a25cc5218fecc48f41696bf006e1 Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Sat, 26 Jul 2025 10:00:01 +0200 Subject: [PATCH] [cmath.syn] Enclose \placeholder{floating-point-type} in \tcode --- source/numerics.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/numerics.tex b/source/numerics.tex index c477fd3044..971e2bf3d1 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -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 @@ -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}