Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

NaN display problem accoring to the input valuables

j2220373
Beginner
322 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