summaryrefslogtreecommitdiff
path: root/math.c
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-25 13:34:13 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-25 13:34:13 +0000
commit023fd910dd6a69ff202a327032f4820c9b64e14d (patch)
treeeff516955361e2cb334caf445b2a7a2efd6ddf4a /math.c
parent7801039b4e92be1f671b1286cf8160e9eda53cb5 (diff)
* 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
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 60dd0b7204..813e38c7e7 100644
--- a/math.c
+++ b/math.c
@@ -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