Next: isscalar, Previous: isarray, Up: Internal Routines [Contents][Index]
isnan(data)
Returns 1 for each numerical value in data
that is not a
number (NaN
). Such values are returned on machines that comply
with the ieee standard in that respect for illegal mathematical
operations, such as taking the square root of a negative number, or the
arc sine of a number that is greater than 1, if complex results are not
allowed.
See also: zeronans