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