File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 98199819
98209820\pnum
98219821For 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} },
98239823the implementation provides
98249824an 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
98269826are replaced with that floating-point type.
98279827
98289828\pnum
98299829For 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} }
98319831other than \tcode{abs},
98329832the implementation also provides additional overloads sufficient to ensure that,
98339833if 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,
98359835then every such argument is effectively cast to the floating-point type
98369836with the greatest floating-point conversion rank and
98379837greatest floating-point conversion subrank
98459845
98469846\pnum
98479847An 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
98499849has extended floating-point type.
98509850
98519851\xrefc{7.12}
You can’t perform that action at this time.
0 commit comments