Re: check for inf/nan
- Posted by petelomax Nov 10, 2022
- 639 views
That was all a bit more effort than anticipated... Took a while to sink in that IEEE 754 does not fully specify NaN, as it says right there on the wikipedia page.
Anyway, Phix has now got proper working builtin is_nan() and is_inf() functions.