Check if values are Nan.
More...
|
AFAPI array | isNaN (const array &in) |
| C++ Interface for checking if values are NaNs. More...
|
|
Check if values are Nan.
- Note
- This function supports real inputs only. Complex inputs are not yet supported.
C++ Interface for checking if values are NaNs.
- Parameters
-
- Returns
- array containing 1's where input is NaN, and 0 otherwise.