ESMF_DISNAN Function

function ESMF_DISNAN(DIN)

\brief \b ESMF_DISNAN \htmlonly Download ESMF_DISNAN + dependencies [TGZ] [ZIP] [TXT] \endhtmlonly \par Purpose:

\verbatim

ESMF_DISNAN returns .TRUE. if its argument is NaN, and .FALSE. otherwise. To be replaced by the Fortran 2003 intrinsic in the future. \endverbatim \param[in] DIN \verbatim DIN is DOUBLE PRECISION Input to test for NaN. \endverbatim \author Univ. of Tennessee \author Univ. of California Berkeley \author Univ. of Colorado Denver \author NAG Ltd. \date November 2011 \ingroup auxOTHERauxiliary

Arguments

Type IntentOptional Attributes Name
double precision :: DIN

Return Value logical