aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fmt/parse_float/parse_float.zig
AgeCommit message (Expand)Author
2024-02-25fix large f128 values being incorrectly parsed as infMarc Tiehuis
2023-05-08parse_float: Error when a float is attempted to be parsed into an invalid typeJayden
2022-05-26add more corner case tests to float_parse (#11727)Andreas Reischuck
2022-05-03add new float-parser based on eisel-lemire algorithmMarc Tiehuis