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

Compare with Current View Page History

« Previous Version 12 Next »

Recommendations

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

FLP01-A. Take care in rearranging floating point expressions

Rules

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

FLP32-C. Prevent domain errors in math functions

FLP33-C. Prevent decimal errors when converting from integers to floating point numbers

Risk Assessment Summary

Recommendation

Severity

Likelihood

Remediation Cost

Priority

Level

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

FLP32-C

1 (high)

2 (probable)

2 (high)

P6

L2

FLP33-C

1 (low)

2 (probable)

1 (high)

P2

L3

  • No labels