Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giowt] (0) oops, forgot to change s/single/double/ here when updatin…
…g the spec to use double-precision everywhere (see r5373).

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11936

git-svn-id: http://svn.whatwg.org/webapps@5915 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 25, 2011
1 parent 1940f02 commit 8419e50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -4191,7 +4191,7 @@ <h5 id=real-numbers><span class=secno>2.5.4.3 </span>Real numbers</h5>
</ol></li>

<li><p><i>Conversion</i>: Let <var title="">S</var> be the set of
finite IEEE 754 single-precision floating point values except
finite IEEE 754 double-precision floating point values except
&minus;0, but with two special values added: 2<sup title="">1024</sup> and &minus;2<sup title="">1024</sup>.</li>

<li><p>Let <var title="">rounded-value</var> be the number in <var title="">S</var> that is closest to <var title="">value</var>,
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -4171,7 +4171,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
</ol></li>

<li><p><i>Conversion</i>: Let <var title="">S</var> be the set of
finite IEEE 754 single-precision floating point values except
finite IEEE 754 double-precision floating point values except
&minus;0, but with two special values added: 2<sup title="">1024</sup> and &minus;2<sup title="">1024</sup>.</li>

<li><p>Let <var title="">rounded-value</var> be the number in <var title="">S</var> that is closest to <var title="">value</var>,
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -3257,7 +3257,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
</li>

<li><p><i>Conversion</i>: Let <var title="">S</var> be the set of
finite IEEE 754 single-precision floating point values except
finite IEEE 754 double-precision floating point values except
&#x2212;0, but with two special values added: 2<sup
title="">1024</sup> and &#x2212;2<sup title="">1024</sup>.</p></li>

Expand Down

0 comments on commit 8419e50

Please sign in to comment.