Skip to content

Commit 07741c0

Browse files
jensmaurerzygoloid
authored andcommitted
[cmath.syn] Turn a consequence into a note.
Also replace a numbered list with a bulleted one.
1 parent 3974bc1 commit 07741c0

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

source/numerics.tex

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9742,7 +9742,7 @@
97429742
For each set of overloaded functions within \libheader{cmath},
97439743
with the exception of \tcode{abs},
97449744
there shall be additional overloads sufficient to ensure:
9745-
\begin{enumerate}
9745+
\begin{itemize}
97469746
\item If any argument of arithmetic type
97479747
corresponding to a \tcode{double} parameter
97489748
has type \tcode{long double},
@@ -9756,10 +9756,13 @@
97569756
then all arguments of arithmetic type
97579757
corresponding to \tcode{double} parameters
97589758
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}
97639766
\begin{note}
97649767
\tcode{abs} is exempted from these rules in order to stay compatible with C.
97659768
\end{note}

0 commit comments

Comments
 (0)