ruby-changes:3749
From: ko1@a...
Date: Fri, 25 Jan 2008 22:34:30 +0900 (JST)
Subject: [ruby-changes:3749] mame - Ruby:r15238 (ruby_1_8): * math.c: fix comment.
mame 2008-01-25 22:34:13 +0900 (Fri, 25 Jan 2008)
New Revision: 15238
Modified files:
branches/ruby_1_8/ChangeLog
branches/ruby_1_8/math.c
Log:
* math.c: fix comment. [ruby-dev:33276]
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?r1=15238&r2=15237&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/math.c?r1=15238&r2=15237&diff_format=u
Index: ruby_1_8/math.c
===================================================================
--- ruby_1_8/math.c (revision 15237)
+++ ruby_1_8/math.c (revision 15238)
@@ -136,7 +136,7 @@
* call-seq:
* Math.asin(x) => float
*
- * Computes the arc sine of <i>x</i>. Returns 0..PI.
+ * Computes the arc sine of <i>x</i>. Returns -{PI/2} .. {PI/2}.
*/
static VALUE
Index: ruby_1_8/ChangeLog
===================================================================
--- ruby_1_8/ChangeLog (revision 15237)
+++ ruby_1_8/ChangeLog (revision 15238)
@@ -1,3 +1,7 @@
+Fri Jan 25 22:33:38 2008 Yusuke Endoh <mame@t...>
+
+ * math.c: fix comment. [ruby-dev:33276]
+
Fri Jan 25 10:31:58 2008 Nobuyoshi Nakada <nobu@r...>
* */*.bat: set svn:mime-type to text/batch.
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/