OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
my_isnan.F File Reference
#include "implicit_f.inc"

Go to the source code of this file.

Functions/Subroutines

logical function my_isnan (x)

Function/Subroutine Documentation

◆ my_isnan()

logical function my_isnan ( intent(in) x)

Definition at line 28 of file my_isnan.F.

29#ifdef COMP_ARMFLANG
30 use, INTRINSIC :: ieee_arithmetic
31#endif
32#include "implicit_f.inc"
33 my_real, INTENT(IN) :: x
34 LOGICAL :: BOOL
35
36#ifdef COMP_ARMFLANG
37 bool=ieee_is_nan(x)
38#else
39 bool=.NOT.(x.EQ.x)
40#endif
#define my_real
Definition cppsort.cpp:32