1SISNAN(1) LAPACK auxiliary routine (version 3.1) SISNAN(1)
23
4
NAME
6SISNAN - .TRUE
7
SYNOPSIS
9LOGICAL FUNCTION SISNAN(SIN)
1011
REAL SIN
12
PURPOSE
14SISNAN returns .TRUE. if its argument is NaN, and .FALSE. otherwise.
15To be replaced by the Fortran 2003 intrinsic in the future.
1617
ARGUMENTS
19SIN (input) REAL
20Input to test for NaN.
2122
23
24
LAPACK auxiliary routine (versionNo3v.e1m)ber 2006 SISNAN(1)