Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29416 Discussions

NaN display problem accoring to the input valuables

j2220373
Beginner
557 Views

Hi.

i made a fortran code, compile and run it with intel fortran.

The problem is when i change the input parameter, the reuslts show me a number or NaN.

For example:

When i put a=3.5D-2, the solution on the screen shows me 3.5345D+01.

When iput a=4.5D-2 without changing anything, the solution on the screen shows me NaN.

When iput a=5.5D-2 without changing anything, the solution on the screen shows me 4.575345D+01.

Why do you think it happens?

Regards

0 Kudos
0 Replies
Reply