1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ChangeLog: add a reference.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mame 2008-12-14 04:17:26 +00:00
parent 19f45f853c
commit c5b86a31d5

View file

@ -1,7 +1,7 @@
$BF|(B 12$B7n(B 14 12:51:48 2008 Yusuke Endoh <mame@tsg.ne.jp>
* bignum.c (rb_big_mul): faster multiplication by Karatsuba method and
twice faster square than normal multiplication.
twice faster square than normal multiplication. [ruby-dev:37392]
* random.c (rb_rand_internal): used by Bignum#*.