Check if an object is not NaN
not_nan(a)
a
Object to check
TRUE or FALSE
TRUE
FALSE
not_nan(NaN) not_nan(1)