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

Very minor issue with documentation

Arjen_Markus
Honored Contributor II
504 Views

Looking up the exact syntax for the IEEE inquiry functions (in particular ieee_is_nan) I came across the following fragment:

USE, INTRINSIC :: IEEE_ARITHMETIC
...
  IF IEEE_SUPPORT_DATATYPE(X) THEN
   IF IEEE_IS_NORMAL(X) THEN
      PRINT *, ' X is a 'normal' '
   ELSE
      PRINT *, ' X is not 'normal' '
   ELSE
      PRINT *, ' X is not a supported IEEE type '
ENDIF
...

(The page is "IEEE Intrinsic Modules and Procedures")

Of course this is just a sketch, but it does not constitute a well-formed fragment. This was in the documentation to Intel Fortran 15.

 

0 Kudos
2 Replies
Martyn_C_Intel
Employee
504 Views

This is in the section  IEEE Intrinsic Modules and Procedures.

We'll get it corrected. Thanks for taking the time to report.

0 Kudos
Martyn_C_Intel
Employee
504 Views

This has been fixed in the documentation for the upcoming product realease.

0 Kudos
Reply