Part Number: TMDS243GPEVM
Hi,
I am interested in finding the best means of determining whether a value is NaN on the am243x processor.
What I have seen so far:
- The "isnan()" function: I have seen this defined in some windows related packages/headers, but I am looking for a less generic, more processor-specific alternative.
- Comparing a value against itself: if not true, then NaN is assumed. Perhaps this is a viable option.
What is the recommended means to determine if a value is NaN on this processor?
Kind regards,
Jeff