mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
7801039b4e
commit
023fd910dd
2 changed files with 5 additions and 1 deletions
2
math.c
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue