Versions Compared

Key

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

...

Non-Compliant Code Example

In this the following non-compliant code example, pi is declared as a float. Although pi is a mathematical constant, its value is not protected from accidental modification.

...