JuliaDocs / Julia-Cheat-Sheet

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

Not a number isnan(NaN) not(!) NaN == NaN #158

Closed oviedorodolfo closed 2 years ago

oviedorodolfo commented 2 years ago

Hi, I know that NaN == NaN returns false, while isequal(NaN, NaN) returns true. What is meant by not(!) NaN == NaN in the line transcribed in the title of this issue? Many thanks for your amazing cheatsheet. Regards, Rodolfo