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