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="906f510c8fd0ae3c-678545ba-47714512-93758da2-f381ea67211d66aab63dc663"><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="2c55572a91cfa9c7-9cc32220-43be42ee-bc6389f4-ddc5ca567d856f5039337860"><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="76f4b3d8ac74baf2-1c3afb1c-450941a6-97749ba4-7a3723965b28468a6e6576d2"><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="f76ba4246b33e908-f8ba0be9-43a4440b-b2f29c12-4b58bd0c08b1f7fedef346fb"><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="32612883f96cd0b1-f224e418-4389440a-9df4a24d-f0378da78c477ee667e018f3"><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>

...