aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fmt/parse_hex_float.zig
AgeCommit message (Expand)Author
2022-05-03add new float-parser based on eisel-lemire algorithmMarc Tiehuis
2022-04-07use math/float.zig everywhereviri
2022-04-06std.{fmt, math}: derive float constants from stdviri
2022-01-31std.fmt.parseHexFloat: clean up bitwise logicAndrew Kelley
2022-01-31std: correct rounding in parse_hex_float.zigMateusz Radomski
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-28std: Add a parser for hexadecimal floating point numbersLemonBoy