Skip to content

Commit 42c5a2c

Browse files
jensmaurerzygoloid
authored andcommitted
[intro.refs] Add normative references to LIA-1 and IEEE 754.
Fixes #237.
1 parent bdff868 commit 42c5a2c

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

source/intro.tex

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,11 @@
4343
\item ISO/IEC 10646-1:1993, \doccite{Information technology ---
4444
Universal Multiple-Octet Coded Character Set (UCS) --- Part 1:
4545
Architecture and Basic Multilingual Plane}
46-
%\item IEC 60559:1989, \doccite{Binary floating-point arithmetic for
47-
%microprocessor systems}
46+
\item ISO/IEC 10967-1:2012, \doccite{Information technology ---
47+
Language independent arithmetic --- Part 1:
48+
Integer and floating point arithmetic}
49+
\item ISO/IEC/IEEE 60559:2011, \doccite{Information technology ---
50+
Microprocessor Systems --- Floating-Point arithmetic}
4851
\item ISO 80000-2:2009, \doccite{Quantities and units ---
4952
Part 2: Mathematical signs and symbols
5053
to be used in the natural sciences and technology}
@@ -65,6 +68,10 @@
6568
\pnum
6669
The ECMAScript Language Specification described in Standard Ecma-262 is
6770
hereinafter called \defn{ECMA-262}.
71+
72+
\pnum
73+
The arithmetic specification described in ISO/IEC 10967-1:2012 is
74+
hereinafter called \defn{LIA-1}.
6875
\indextext{references!normative|)}
6976

7077
\rSec0[intro.defs]{Terms and definitions}

source/support.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -730,9 +730,9 @@
730730
\begin{itemdescr}
731731
\pnum
732732
Measure of the maximum rounding error.\footnote{Rounding error is described in
733-
ISO/IEC 10967-1 Language independent arithmetic - Part 1
734-
Section 5.2.8 and
735-
Annex A Rationale Section A.5.2.8 - Rounding constants.}
733+
LIA-1
734+
Section 5.2.4 and
735+
Annex C Rationale Section C.5.2.4 --- Rounding and rounding constants.}
736736
\end{itemdescr}
737737

738738
\indexlibrarymember{min_exponent}{numeric_limits}%

0 commit comments

Comments
 (0)