1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/bigdecimal
Kenta Murata 4e2e1d6093
[ruby/bigdecimal] Fix uint64 conversion
Stop using logarithm to compute the number of components.
Instead, use the theoretical maximum number of components for buffer,
and count up the actual number of components during conversion.

https://github.com/ruby/bigdecimal/commit/9067b353ac
2021-02-04 13:18:58 +09:00
..
lib
missing
sample
bigdecimal.c [ruby/bigdecimal] Fix uint64 conversion 2021-02-04 13:18:58 +09:00
bigdecimal.gemspec
bigdecimal.h [ruby/bigdecimal] Fix uint64 conversion 2021-02-04 13:18:58 +09:00
bits.h
depend
extconf.rb
feature.h
missing.c
missing.h
static_assert.h