Skip to content

Instantly share code, notes, and snippets.

@jtilly
Created November 27, 2015 19:39
Show Gist options
  • Save jtilly/b386e531b65f6e1a0a9b to your computer and use it in GitHub Desktop.
Save jtilly/b386e531b65f6e1a0a9b to your computer and use it in GitHub Desktop.
Intel Fortran NAN
real(dp), PARAMETER :: NAN = TRANSFER((/ Z'00000000', Z'7FF80000' /), 1.0_8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment