zig/std/fmt
Marc Tiehuis 163a8e98bc std.fmt.parse_float: Fix exponent calculation
This was incorrectly translated as a u64. binary_exponent is an
unadjusted value so can be negative. In becomes unconditionally positive
when adding the bias.
2019-05-20 17:28:17 +12:00
..
errol rename std lib files to new convention 2019-03-02 16:46:04 -05:00
errol.zig rename std lib files to new convention 2019-03-02 16:46:04 -05:00
parse_float.zig std.fmt.parse_float: Fix exponent calculation 2019-05-20 17:28:17 +12:00