ruby-changes:30806
From: akr <ko1@a...>
Date: Sun, 8 Sep 2013 13:39:40 +0900 (JST)
Subject: [ruby-changes:30806] akr:r42885 (trunk): Updated.
akr 2013-09-08 13:39:23 +0900 (Sun, 08 Sep 2013) New Revision: 42885 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42885 Log: Updated. Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 42884) +++ NEWS (revision 42885) @@ -32,8 +32,9 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L32 * New methods * Fixnum#bit_length * Performance improvement - * Use GMP for multiplication and several other operations of big numbers - if it is available. + * Use GMP if available. + GMP is used only for several operations: + multiplication, division, radix conversion, GCD * Binding * New methods -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/