[前][次][番号順一覧][スレッド一覧]

ruby-changes:13011

From: akr <ko1@a...>
Date: Sat, 5 Sep 2009 09:41:21 +0900 (JST)
Subject: [ruby-changes:13011] Ruby:r24756 (trunk): update comment.

akr	2009-09-05 09:40:13 +0900 (Sat, 05 Sep 2009)

  New Revision: 24756

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=24756

  Log:
    update comment.

  Modified files:
    trunk/math.c

Index: math.c
===================================================================
--- math.c	(revision 24755)
+++ math.c	(revision 24756)
@@ -661,7 +661,8 @@
         /* fact(21) */ 51090942171709440000.0,
         /* fact(22) */ 1124000727777607680000.0,
         /* fact(23)=25852016738884976640000 needs 56bit mantissa which is
-         * impossible to represent exactly in IEEE 754 double. */
+         * impossible to represent exactly in IEEE 754 double which have
+         * 53bit mantissa. */
     };
     double d0, d;
     double intpart, fracpart;

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]