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 29 of file my_isnan.F.

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