Project

General

Profile

« Previous | Next » 

Revision 4e2e1d60

Added by Kenta Murata almost 5 years ago

[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