Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
\[[ISO/IEC 14882:2003|AA. C References#ISO/IEC 14882-2003]\] Sections 2.13.3, "Floating literals," and 3.9.1, "Fundamental types"
\[[ISO/IEC PDTR 24772|AA. C References#ISO/IEC PDTR 24772]\] "PLF Floating Point Arithmetic"
\[[Lockheed Martin 05|AA. C References#Lockheed Martin 05]\] AV Rule 197, "Floating point variables shall not be used as loop counters."
\[[MISRA 04|AA. C References#MISRA 04]\] Rules 13.3 and 13.4
\[[MITRE 07|AA. C References#MITRE 07]\] [CWE ID 606|http://cwe.mitre.org/data/definitions/606.html], "Unchecked Input for Loop Condition"

...

FLP02-C. Consider avoiding floating point numbers when precise computation is needed      05. Floating Point (FLP)       FLP31-C. Do not call functions expecting real values with complex values