mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
25feff3eb4
To clarify, `parse_f64` will indeed take `infi` to mean `+Inf` and return that as the value, but it will not return `ok = true`. It treats it as `inf` followed by any other trailing character. `parse_f64_prefix` is the lenient one which will return true so long as it finds some meaningful value.