Check if Finite

ok = float.isfin(fv)

Check the value fv using the C library function isfin.
Returns true if fv is finite.