summaryrefslogtreecommitdiff
path: root/math.c
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-23 14:55:39 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-23 14:55:39 +0000
commitd4f83d22618c5e140bc71e88928f7ad37784f08a (patch)
tree705ee8e2a97542b0b80bf25254dc77045dd5601e /math.c
parentda8e083ba6d1095b536c5f618b381a984508b3e4 (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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math.c b/math.c
index f8d21b1850..332d89916d 100644
--- a/math.c
+++ b/math.c
@@ -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