diff options
author | Kenta Murata <mrkn@mrkn.jp> | 2021-01-13 10:28:23 +0900 |
---|---|---|
committer | Kenta Murata <mrkn@mrkn.jp> | 2021-01-13 11:49:18 +0900 |
commit | a5b4b806de3b130348a92aa3306fbb9318efb762 (patch) | |
tree | f4786635a2c3ba9b7c98588542f60264add5b70d /test/bigdecimal/helper.rb | |
parent | 30f13164011dd876fd95a0e3fcd7c1224c4e04b5 (diff) |
[ruby/bigdecimal] Allow digits=0 in BigDecimal(flt) and Float#to_d
Using dtoa of mode=0, we can determine the number of digits in decimal that is
necessary to represent the given Float number without errors.
This change permits digits=0 in BigDecimal(flt) and Float#to_d, and these
methods use dtoa of mode=0 when the given digits is 0.
Internal implicit conversion from Float also uses digits=0.
[Fix GH-70]
https://github.com/ruby/bigdecimal/commit/2dbe170e35
Diffstat (limited to 'test/bigdecimal/helper.rb')
0 files changed, 0 insertions, 0 deletions