rust/library/core/benches/num
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
..
dec2flt mv std libs to library/ 2020-07-27 19:51:13 -05:00
flt2dec Add shortcut for Grisu3 algorithm. 2023-04-25 11:34:57 +08:00
int_log Update rand in the stdlib tests, and remove the getrandom feature from it 2023-01-04 14:52:41 -08:00
mod.rs Add benchmark for integer log10. 2021-09-06 12:19:24 +02:00