- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is in the section IEEE Intrinsic Modules and Procedures.
We'll get it corrected. Thanks for taking the time to report.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This has been fixed in the documentation for the upcoming product realease.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page