isfinite function isfinite(x:Real32) -> Boolean Is the value finite (i.e. not inf or nan)? function isfinite(x:Real64) -> Boolean Is the value finite (i.e. not inf or nan)?