1SISNAN(1) LAPACK auxiliary routine (version 3.2) SISNAN(1)
23
4
NAME
6SISNAN - returns .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.
16
ARGUMENTS
18SIN (input) REAL
19Input to test for NaN.
2021
22
23
LAPACK auxiliary routine (versionNo3v.e2m)ber 2008 SISNAN(1)