Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fp-numbers are out of scope

Division and remainder operations performed on integers are susceptible to divide-by-zero errors. Consequently, the divisor in a division or remainder operation on integer types must be checked for zero prior to the operation. Division and remainder operations performed on floating-point numbers are not subject to this rule.

Noncompliant Code Example (Division)

...