diff options
| author | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-19 13:55:52 +0000 |
|---|---|---|
| committer | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-19 13:55:52 +0000 |
| commit | 2d4026712e7dd2ddfa61aa3904a168b69e069655 (patch) | |
| tree | 58ea38242497b45ea49f497d8693123fe508e944 /ChangeLog | |
| parent | 079ac1e1358eb91b2a6790b7229075d0659663fd (diff) | |
| download | ruby-2d4026712e7dd2ddfa61aa3904a168b69e069655.tar.gz ruby-2d4026712e7dd2ddfa61aa3904a168b69e069655.tar.xz ruby-2d4026712e7dd2ddfa61aa3904a168b69e069655.zip | |
* complex.c: uses f_(in)?exact_p macro.
* rational.c: ditto.
* bignum.c (rb_big_pow): bignum**bignum - should calculate without
rational.
* lib/complex.rb: should override Math module at most once.
* lib/mathn.rb: requires 'cmath' directly.
-この行以下は無視されます --
M complex.c
M ChangeLog
M lib/mathn.rb
M lib/complex.rb
M bignum.c
M rational.c
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Fri Sep 19 22:37:25 2008 Tadayoshi Funaba <tadf@dotrb.org> + + * complex.c: uses f_(in)?exact_p macro. + + * rational.c: ditto. + + * bignum.c (rb_big_pow): bignum**bignum - should calculate without + rational. + + * lib/complex.rb: should override Math module at most once. + + * lib/mathn.rb: requires 'cmath' directly. + Fri Sep 19 20:48:06 2008 Yuki Sonoda <yugui@yugui.jp> * prec.c: removed. Precision will be redesigned and be back again. |
