summaryrefslogtreecommitdiffstats
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
commit7e0bf23832a974518842da184360278fd54ec858 (patch)
tree705ee8e2a97542b0b80bf25254dc77045dd5601e /math.c
parent8c18bdb785830d203a5d83262fd60bb9a66bcbf7 (diff)
downloadruby-7e0bf23832a974518842da184360278fd54ec858.tar.gz
ruby-7e0bf23832a974518842da184360278fd54ec858.tar.xz
ruby-7e0bf23832a974518842da184360278fd54ec858.zip
* sprintf.c: fix comment. [ruby-dev:33275]
* math.c: fix comment. [ruby-dev:33276] git-svn-id: http://svn.ruby-lang.org/repos/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 f8d21b185..332d89916 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