diff --git a/source/basic.tex b/source/basic.tex index 62ae3796ac..70cda214b9 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -5137,10 +5137,13 @@ the most negative finite floating-point number representable in that type through the most positive finite floating-point number representable in that type. -In addition, if negative infinity is representable in a type, -the range of that type is extended to all negative real numbers; -likewise, if positive infinity is representable in a type, +In addition: +\begin{itemize} +\item If negative infinity is representable in a type, +the range of that type is extended to all negative real numbers. +\item If positive infinity is representable in a type, the range of that type is extended to all positive real numbers. +\end{itemize} \begin{note} Since negative and positive infinity are representable in ISO/IEC/IEEE 60559 formats,