Versions Compared

Key

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

...

C Secure Coding Standard

"FLP02-C. Avoid using floating point numbers when precise computation is needed"

C++ Secure Coding Standard

"FLP02-CPP. Avoid using floating point numbers when precise computation is needed"

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="326eaa11-8cca-41a5-9c9a-d2210fdfa1e4"><ac:plain-text-body><![CDATA[

[ISO/IEC TR 24772:2010

http://www.aitcnet.org/isai/]

"Floating?point Arithmetic [PLF]"

]]></ac:plain-text-body></ac:structured-macro>

Bibliography

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="8067ba2ef73829f8-980603d8-488848bc-81b4984e-d1e41f7a247c7c274b2b9264"><ac:plain-text-body><![CDATA[

[[Bloch 2008

AA. Bibliography#Bloch 08]]

Item 48: Avoid float and double if exact answers are required

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="d8e9b734c4562346-c54a999d-4686406c-987ba83c-ff1e3bb3f82e77ead81ff3ca"><ac:plain-text-body><![CDATA[

[[Bloch 2005

AA. Bibliography#Bloch 05]]

Puzzle 2: Time for a Change

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="dce9970a7269152d-6ee534f3-45df4656-b1d4a1d3-a74822c1dd8b9d66afbd90ae"><ac:plain-text-body><![CDATA[

[[Goldberg 1991

AA. Bibliography#Goldberg 91]]

 

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="c4da19dccafa4a05-31fefeb8-46b5407b-a55da563-c58913563d23061f691da9b7"><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="9a5c859263700719-317e7e17-4ba74e6e-a799a852-3bdf03e7f40a97cd4ba2ce5b"><ac:plain-text-body><![CDATA[

[[JLS 2005

AA. Bibliography#JLS 05]]

[§4.2.3, "Floating-Point Types, Formats, and Values"

http://java.sun.com/docs/books/jls/third_edition/html/typesValues.html#4.2.3]

]]></ac:plain-text-body></ac:structured-macro>

...