Intel® oneAPI Math Kernel Library Developer Reference - Fortran
Tests input for NaN.
val = sisnan( sin )
val = disnan( din )
This logical routine returns .TRUE. if its argument is NaN, and .FALSE. otherwise.
REAL for sisnan
Input to test for NaN.
DOUBLE PRECISION for disnan
Input to test for NaN.
Logical. Result of the test.