Hi,
I have a variable ( float slope ) that sometimes will have a value of nan when printed out since a division by 0 sometimes happen.
Trying to do an if else for when that happens, how can I do that? if (slope == nan) doesn't seem to work.
Thanks,
Tee