rust/library/core/src/num/flt2dec
mazong1123 b0a85d614d Add shortcut for Grisu3 algorithm.
Check requested digit length and the fractional or integral parts of the number. Falls back earlier without trying the Grisu algorithm if the specific condition meets.

Fix #110129
2023-04-25 11:34:57 +08:00
..
strategy Add shortcut for Grisu3 algorithm. 2023-04-25 11:34:57 +08:00
decoder.rs Changed dec2flt to use the Eisel-Lemire algorithm. 2021-07-17 00:30:34 -05:00
estimator.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
mod.rs Auto merge of #86048 - nbdd0121:no_floating_point, r=Amanieu 2021-07-04 14:18:57 +00:00