disnan.f (3) Linux Manual Page
disnan.f – SynopsisFunctions/SubroutinesLOGICAL function disnan (DIN) DISNAN tests input for NaN. Function/Subroutine DocumentationLOGICAL function disnan (double precisionDIN)DISNAN tests input for NaN. Purpose: DISNAN returns .TRUE. if its argument is NaN, and .FALSE. otherwise. To be replaced by the Fortran 2003 intrinsic in the future. Parameters: DIN DIN is DOUBLE PRECISION Input to test for NaN. …
