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}