diff options
author | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-23 14:55:39 +0000 |
---|---|---|
committer | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-23 14:55:39 +0000 |
commit | d4f83d22618c5e140bc71e88928f7ad37784f08a (patch) | |
tree | 705ee8e2a97542b0b80bf25254dc77045dd5601e /math.c | |
parent | da8e083ba6d1095b536c5f618b381a984508b3e4 (diff) |
* sprintf.c: fix comment. [ruby-dev:33275]
* math.c: fix comment. [ruby-dev:33276]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'math.c')
-rw-r--r-- | math.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ math_acos(VALUE obj, VALUE 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 |