Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions source/back.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
\bibitem{iso4217}
ISO 4217:2015,
\doccite{Codes for the representation of currencies}
\bibitem{iso10967-1}
ISO/IEC 10967-1:2012,
\doccite{Information technology --- Language independent arithmetic ---
Part 1: Integer and floating point arithmetic}
\bibitem{iso14882:2023}
ISO/IEC 14882:2023,
\doccite{Programming Languages --- \Cpp{}}
Expand Down
38 changes: 0 additions & 38 deletions source/support.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1109,11 +1109,6 @@
\pnum
\indextext{signal-safe!\idxcode{numeric_limits} members}%
Each member function defined in this subclause is signal-safe\iref{support.signal}.
\begin{note}
\indextext{LIA-1}%
The arithmetic specification described in ISO/IEC 10967-1:2012 is
commonly termed LIA-1.
\end{note}

\indexlibrarymember{min}{numeric_limits}%
\begin{itemdecl}
Expand Down Expand Up @@ -1323,10 +1318,6 @@
\begin{itemdescr}
\pnum
Measure of the maximum rounding error.
\begin{footnote}
Rounding error is described in ISO/IEC 10967-1:2012 Section 5.2.4 and
Annex C Rationale Section C.5.2.4 --- Rounding and rounding constants.
\end{footnote}
\end{itemdescr}

\indexlibrarymember{min_exponent}{numeric_limits}%
Expand Down Expand Up @@ -1433,9 +1424,6 @@
\pnum
\tcode{true} if the type has a representation for a quiet (non-signaling) ``Not a
Number''.
\begin{footnote}
Required by ISO/IEC 10967-1:2012.
\end{footnote}

\pnum
Meaningful for all floating-point types.
Expand All @@ -1455,9 +1443,6 @@
\begin{itemdescr}
\pnum
\tcode{true} if the type has a representation for a signaling ``Not a Number''.
\begin{footnote}
Required by ISO/IEC 10967-1:2012.
\end{footnote}

\pnum
Meaningful for all floating-point types.
Expand All @@ -1477,9 +1462,6 @@
\begin{itemdescr}
\pnum
Representation of positive infinity, if available.
\begin{footnote}
Required by ISO/IEC 10967-1:2012.
\end{footnote}

\pnum
Meaningful for all specializations for which
Expand All @@ -1496,9 +1478,6 @@
\begin{itemdescr}
\pnum
Representation of a quiet ``Not a Number'', if available.
\begin{footnote}
Required by ISO/IEC 10967-1:2012.
\end{footnote}

\pnum
Meaningful for all specializations for which
Expand All @@ -1515,9 +1494,6 @@
\begin{itemdescr}
\pnum
Representation of a signaling ``Not a Number'', if available.
\begin{footnote}
Required by ISO/IEC 10967-1:2012.
\end{footnote}

\pnum
Meaningful for all specializations for which
Expand All @@ -1535,9 +1511,6 @@
\indextext{number!subnormal}%
\pnum
Minimum positive subnormal value, if available.
\begin{footnote}
Required by ISO/IEC 10967-1:2012.
\end{footnote}
Otherwise, minimum positive normalized value.

\pnum
Expand Down Expand Up @@ -1573,9 +1546,6 @@
\begin{itemdescr}
\pnum
\tcode{true} if the set of values representable by the type is finite.
\begin{footnote}
Required by ISO/IEC 10967-1:2012.
\end{footnote}
\begin{note}
All fundamental types\iref{basic.fundamental} are bounded. This member would be \tcode{false} for arbitrary
precision types.
Expand All @@ -1593,9 +1563,6 @@
\begin{itemdescr}
\pnum
\tcode{true} if the type is modulo.
\begin{footnote}
Required by ISO/IEC 10967-1:2012.
\end{footnote}
A type is modulo if, for any operation involving \tcode{+}, \tcode{-}, or
\tcode{*} on values of that type whose result would fall outside the range
\crange{min()}{max()}, the value returned differs from the true value by an
Expand All @@ -1622,9 +1589,6 @@
\tcode{true}
if, at the start of the program, there exists a value of the type that would cause
an arithmetic operation using that value to trap.
\begin{footnote}
Required by ISO/IEC 10967-1:2012.
\end{footnote}

\pnum
Meaningful for all specializations.
Expand All @@ -1642,7 +1606,6 @@
\begin{footnote}
Refer to
\IsoFloatUndated{}.
Required by ISO/IEC 10967-1:2012.
\end{footnote}

\pnum
Expand All @@ -1659,7 +1622,6 @@
The rounding style for the type.
\begin{footnote}
Equivalent to \tcode{FLT_ROUNDS}.
Required by ISO/IEC 10967-1:2012.
\end{footnote}

\pnum
Expand Down