You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Next »

Recommendations

FLP00-A. Consider avoiding floating point numbers when precise computation is needed

FLP01-A. Take care in rearranging floating point expressions

FLP02-A. Convert non-negative floating point numbers to integers

Rules

FLP30-C. Take granularity into account when comparing floating point values

FLP31-C. Do not call functions expecting real values with complex values

FLP32-C. Prevent domain errors in math functions

FLP33-C. Convert integers to floating point for floating point operations

FLP34-C. Ensure that demoted floating point values are within range

Risk Assessment Summary

Recommendation

Severity

Likelihood

Remediation Cost

Priority

Level

FLP00-A

1 (low)

2 (probable)

2 (medium)

P4

L3

FLP01-A

1 (low)

2 (probable)

2 (medium)

P4

L3

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

FLP30-C

1 (low)

2 (probable)

2 (medium)

P4

L3

FLP31-C

1 (low)

2 (medium)

1 (high)

P2

L3

FLP32-C

2 (medium)

2 (probable)

2 (medium)

P8

L2

FLP33-C

1 (low)

2 (probable)

1 (high)

P2

L3

FLP34-C

1 (low)

1 (unlikely)

3 (low)

P3

L3

  • No labels