Check if Finite
#Firmware/v302
ok = float.isfin(fv)
Check the value fv using the C library function isfin. Returns true if fv is finite.
fv
isfin
See: float.isinf