Check if Normal Number
#Firmware/v302
ok = float.isnor(fv)
Check the value fv using the C library function isnormal. Returns true if fv is a normal number.
fv
isnormal