...
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="c71dc1969e18dc2c-8f7e4a8e-43c94860-926197b0-94a8f5e283e3dcaf6afe97e3"><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> |
...
Wiki Markup |
---|
\[[IEEE 754|AA. C References#IEEE 754 2006]\] \[[Intel 01|AA. C References#Intel 01]\] \[[Keil 08|AA. C References#Keil 08]\] \[[MSDN|AA. C References#MSDN]\] "[fpieee_flt (CRT)|http://msdn.microsoft.com/en-us/library/te2k2f2t(VS.80).aspx]" \[[Open Group 04|AA. C References#Open Group 04]\] "[fenv.h - Floating point environment|http://www.opengroup.org/onlinepubs/009695399/basedefs/fenv.h.html]" \[[SecurityFocus 07|AA. C References#SecurityFocus 07]\] |
...
VOID FLP02-A. Understand the caveats of Consider avoiding floating point exceptionsnumbers when precise computation is needed 05. Floating Point (FLP) FLP02-A. Consider avoiding floating point numbers when precise computation is needed