julia
a59f2192
- doc: float: add note for NaN compare with egal (#53194)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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`.
References
#53194 - doc: float: add note for NaN compare
Author
inkydragon
Parents
8e70bf1a
Loading