Check if Not A Number

ok = float.isnan(fv)

Check the value fv using the C library function isnan.
Returns true if fv is NaN.