Author |
Message |
Topic: NaN Check |
sei500510
Replies: 4
Views: 8369
|
Forum: General CCS C Discussion Posted: Wed Oct 19, 2011 8:55 am Subject: NaN Check |
Thanks Gabriel
if you look here:
http://en.wikipedia.org/wiki/NaN
you will find the example of code, but this trick don't work in CCS.
I want to read a floating number stored in eeprom. The f ... |
Topic: NaN Check |
sei500510
Replies: 4
Views: 8369
|
Forum: General CCS C Discussion Posted: Wed Oct 19, 2011 7:49 am Subject: NaN Check |
hi,
how to check if float number is NAN?
IF (n != n)
...
don't work.
Thanks
VC |
|