Update result of 123456789 ** -2
* numeric.c: [DOC] Update result of 123456789 ** -2. [ruby-dev:49606] [Bug #12339] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5bc03ef459
commit
8ef6dacb24
@ -1,3 +1,8 @@
|
|||||||
|
Tue May 3 23:25:48 2016 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||||
|
|
||||||
|
* numeric.c: [DOC] Update result of 123456789 ** -2.
|
||||||
|
[ruby-dev:49606] [Bug #12339]
|
||||||
|
|
||||||
Tue May 3 23:13:16 2016 Yuichiro Kaneko <yui-knk@ruby-lang.org>
|
Tue May 3 23:13:16 2016 Yuichiro Kaneko <yui-knk@ruby-lang.org>
|
||||||
|
|
||||||
* internal.h (RCOMPLEX_SET_IMAG): undef RCOMPLEX_SET_IMAG
|
* internal.h (RCOMPLEX_SET_IMAG): undef RCOMPLEX_SET_IMAG
|
||||||
|
@ -3645,7 +3645,7 @@ int_divmod(VALUE x, VALUE y)
|
|||||||
*
|
*
|
||||||
* 123456789 ** 2 #=> 15241578750190521
|
* 123456789 ** 2 #=> 15241578750190521
|
||||||
* 123456789 ** 1.2 #=> 5126464716.09932
|
* 123456789 ** 1.2 #=> 5126464716.09932
|
||||||
* 123456789 ** -2 #=> 6.5610001194102e-17
|
* 123456789 ** -2 #=> (1/15241578750190521)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user