File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 9742
9742
For each set of overloaded functions within \libheader {cmath},
9743
9743
with the exception of \tcode {abs},
9744
9744
there shall be additional overloads sufficient to ensure:
9745
- \begin {enumerate }
9745
+ \begin {itemize }
9746
9746
\item If any argument of arithmetic type
9747
9747
corresponding to a \tcode {double} parameter
9748
9748
has type \tcode {long double},
9756
9756
then all arguments of arithmetic type
9757
9757
corresponding to \tcode {double} parameters
9758
9758
are effectively cast to \tcode {double}.
9759
- \item Otherwise, all arguments of arithmetic type
9760
- corresponding to \tcode {double} parameters
9761
- have type \tcode {float}.
9762
- \end {enumerate }
9759
+ \item
9760
+ \begin {note }
9761
+ Otherwise, all arguments of arithmetic type
9762
+ corresponding to \tcode {double} parameters
9763
+ have type \tcode {float}.
9764
+ \end {note }
9765
+ \end {itemize }
9763
9766
\begin {note }
9764
9767
\tcode {abs} is exempted from these rules in order to stay compatible with C.
9765
9768
\end {note }
You can’t perform that action at this time.
0 commit comments