Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following code tests whether a float value is denormalized in FP-strict mode or for platforms that lack extended range support. Testing for denormalized numbers in the presence of extended range support is platform-dependent; see rule NUM06 NUM53-J. Use the strictfp modifier for floating-point calculation consistency across platforms for additional information.

...

Bibliography

[Bryant 2003]

Computer Systems: A Programmer's Perspective, Section 2.4, Floating Point

[CVE 2008 ]

CVE-2010-4476

[IEEE 754]

 

[Seacord 2015] Image result for video iconImage Added NUM05-J. Do not use denormalized numbers LiveLesson

 

...