37#ifdef USE_IEEE_INTRINSIC
38 use, intrinsic :: ieee_arithmetic
39#elif USE_ISNAN
40 intrinsic :: isnan
41#endif
42 real(wp) :: x
43#ifdef USE_IEEE_INTRINSIC
45#elif USE_ISNAN
47#else
49
50 contains
53 real(wp) :: x, y
56#endif
logical function disnan(din)
DISNAN tests input for NaN.
logical function dlaisnan(din1, din2)
DLAISNAN tests input for NaN by comparing two arguments for inequality.
LA_CONSTANTS is a module for the scaling constants for the compiled Fortran single and double precisi...