Check if Infinite

ok = float.isinf(fv)

Check the value fv using the C library function isinf.
Returns true if fv is infinite.