Files
Odin/tests/core
Feoramund 25feff3eb4 Permit parsing of incomplete infinity but do not return true
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.
2024-06-04 18:55:13 -04:00
..
2024-05-17 14:15:56 +02:00
2024-06-02 14:47:08 -04:00
2024-06-02 14:34:31 -04:00
2024-06-02 21:12:24 +02:00
2024-06-02 14:47:08 -04:00
2024-06-02 14:47:09 -04:00
2024-06-02 14:47:09 -04:00
2024-06-02 14:47:09 -04:00
2024-06-02 14:47:09 -04:00
2024-06-02 14:47:09 -04:00
2024-06-02 14:47:09 -04:00
2024-06-02 14:47:09 -04:00
2024-06-02 14:47:09 -04:00
2024-06-02 14:47:09 -04:00
2024-04-01 18:20:14 +02:00