...
Operating System | How to handle floating point errors | |||
---|---|---|---|---|
Linux | Use the C99 floating point exception functions. | |||
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="b2ae1ddf14e268ec-a32392a4-445342e7-b90c93d2-30009f53fd9f0f496932b126"><ac:plain-text-body><![CDATA[ | Windows | Either use the C99 floating point exception function or structured exception handling through | AA. C References#MSDN]] | ]]></ac:plain-text-body></ac:structured-macro> |
...
FLP02-A. Consider avoiding floating point numbers when precise computation is needed 05. Floating Point (FLP) FLP02FLP30-A. Consider avoiding floating point numbers when precise computation is neededC. Do not use floating point variables as loop counters