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
|
@ -1,3 +1,7 @@
|
||||||
|
Fri Jan 25 22:33:38 2008 Yusuke Endoh <mame@tsg.ne.jp>
|
||||||
|
|
||||||
|
* math.c: fix comment. [ruby-dev:33276]
|
||||||
|
|
||||||
Fri Jan 25 10:31:58 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Fri Jan 25 10:31:58 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* */*.bat: set svn:mime-type to text/batch.
|
* */*.bat: set svn:mime-type to text/batch.
|
||||||
|
|
2
math.c
2
math.c
|
@ -136,7 +136,7 @@ math_acos(obj, x)
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* Math.asin(x) => float
|
* 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
|
static VALUE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue