- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 25 Feb 2011 08:12:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31057
Modified Files:
Overview.html
Log Message:
oops, forgot to change s/single/double/ here when updating the spec to use double-precision everywhere (see r5373). (whatwg r5915)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4754
retrieving revision 1.4755
diff -u -d -r1.4754 -r1.4755
--- Overview.html 25 Feb 2011 07:56:42 -0000 1.4754
+++ Overview.html 25 Feb 2011 08:12:06 -0000 1.4755
@@ -3645,7 +3645,7 @@
</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
−0, but with two special values added: 2<sup title="">1024</sup> and −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>,
Received on Friday, 25 February 2011 08:12:13 UTC