...
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="31f7d5e2d4acb023-ddda112f-47cd4a70-82f6b5c2-e82f5df7a07779ebe2cda633"><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="d5c5221921ed81e2-3bb188b0-40724918-aa32ab27-373eaf5676b505055a0b1546"><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