...
The following code tests whether a float value is denormalized in strictfp 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 "NUM09NUM06-J. Use the strictfp modifier for floating point calculation consistency across platforms" for additional information.
...
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="3f58a9b57001e90f-89812cb6-44534b51-a3a2b770-59f7c36f0b3268635611d98a"><ac:plain-text-body><![CDATA[ | [[IEEE 754 | AA. Bibliography#IEEE 754 2006]] |
| ]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="fdf4300289aee8bd-8a759ff2-491b4f3e-b0d3b337-18aeaf3b1c10a7c1d1dd80e4"><ac:plain-text-body><![CDATA[ | [[Bryant 2003 | AA. Bibliography#Bryant 03]] | Computer Systems: A Programmer's Perspective. Section 2.4 Floating Point | ]]></ac:plain-text-body></ac:structured-macro> |
...
NUM04-J. Avoid using floating-point numbers when precise computation is required 03. Numeric Types and Operations (NUM) NUM09NUM06-J. Use the strictfp modifier for floating point calculation consistency across platforms