zig/lib/std/fmt
LemonBoy 969547902b std: Fix silent overflow in float parsing code
A u64 can only hold 19 decimal digits, adjust the limit.
2020-09-03 18:14:19 +03:00
..
errol add license header to all std lib files 2020-08-20 16:07:04 -04:00
errol.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
parse_float.zig std: Fix silent overflow in float parsing code 2020-09-03 18:14:19 +03:00