zig/lib/std/fmt
Andrew Kelley c46f7588ce std.fmt.parseHexFloat: clean up bitwise logic
* fold a couple separate operations into one
 * use const instead of var
 * naming conventions
2022-01-31 20:59:32 -07:00
..
errol remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
errol.zig std.fmt: fix out-of-bounds array write in float printing 2022-01-29 12:25:25 +01:00
parse_float.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
parse_hex_float.zig std.fmt.parseHexFloat: clean up bitwise logic 2022-01-31 20:59:32 -07:00