Check if Normal Number

ok = float.isnor(fv)

Check the value fv using the C library function isnormal.
Returns true if fv is a normal number.