tem_isNaN_module Module

This module encapsulates the available isNaN implementation

Here we use the IEEE implementation specified by the F2003 standard, as it is supported by the compiler.



Functions

public elemental function tem_isNaN(num) result(noNumber)

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: num

Return Value logical