Need to pass some data back and forth bewteen matlab and some DLL functions, one thing stand out there is that we dont know the exact numeric value of NaN in matlab, so there will be some unnecessary data processing to take these values into account.
Do anyone know the exact values or at least the ranges of values for NaN in matlab?
I am most interested in knowing the following two primative types:
(1) NaN for float (32);
(2) NaN for double (64).