JuliaDocs / Julia-Cheat-Sheet

Julia Cheat Sheet
https://cheatsheet.juliadocs.org
MIT License
344 stars 109 forks source link

clarify NaN (numeric comparison) #164

Closed androbaza closed 1 year ago

androbaza commented 1 year ago

not(!) part that was present before seemed to be a part of some unexplained syntax with ! sign (which is widely used in Julia), thus not being a clear description. While comparing two NaN's is not something that one would do, I believe comparing two matrices containing NaNs is a more widespread scenario and is important to know and be cautious about.