ReferenceData utilitiesisnanOn this pageisnan isnan( @x ## anything (required)) -> int Checks if the input argument is strictly a nan—i.e., 'not a number'—value. Arguments @x [anything]: Value to check (required) Output 0 if false, 1 if true. [int]