julia
a59f2192 - doc: float: add note for NaN compare with egal (#53194)

Commit
1 year ago
doc: float: add note for NaN compare with egal (#53194) Current documentation seems to imply that one should use `===` for NaN comparisons. But non-normalized NaNs will give unexpected results: `NaN32p1 !== NaN32`.
Author
Parents
Loading