* math.c: fix comment. [ruby-dev:33276]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@15238 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mame 2008-01-25 13:34:13 +00:00
parent 7801039b4e
commit 023fd910dd
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri Jan 25 22:33:38 2008 Yusuke Endoh <mame@tsg.ne.jp>
* math.c: fix comment. [ruby-dev:33276]
Fri Jan 25 10:31:58 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* */*.bat: set svn:mime-type to text/batch.

2
math.c
View File

@ -136,7 +136,7 @@ math_acos(obj, x)
* 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