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