Check if Not A Number
#Firmware/v302
ok = float.isnan(fv)
Check the value fv using the C library function isnan. Returns true if fv is NaN.
fv
isnan