...
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
Computer Systems: A Programmer's Perspective, Section 2.4, Floating Point | |
[CVE 2008 ] | |
[IEEE 754] |
|
[Seacord 2015] | NUM05-J. Do not use denormalized numbers LiveLesson |
...