LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ dlaisnan()

logical function disnan::dlaisnan ( real(wp)  x,
real(wp)  y 
)

Definition at line 51 of file la_xisnan.F90.

52 use la_constants, only: wp=>dp
53 real(wp) :: x, y
54 dlaisnan = ( x.ne.y )
logical function dlaisnan(din1, din2)
DLAISNAN tests input for NaN by comparing two arguments for inequality.
Definition dlaisnan.f:74
integer, parameter dp
LA_CONSTANTS is a module for the scaling constants for the compiled Fortran single and double precisi...
Here is the call graph for this function: