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="bab5d31593e29e1b-aa0e1637-4f0b4c1f-bbe18aff-ed377f02c7015ee549e0a73e"><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="cf542481b60fb4d3-50efdfb9-49174d4e-86c48b78-b5ce6282120a8bf65f98b49e"><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="3986e5630aadfbf6-f1563951-4b5349bf-b9c88a98-4208be00a65e6d6b93159abf"><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="2c8c475514187da2-4faaff87-49d049c7-9843981c-90159e888f427a6415c9a134"><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="2e3c9cdf6811adec-489fd431-421f4594-a6e2b848-62642c8d0a8d3a1360877eb0"><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>

...