Floating Point (FLP)
Contents
Android Only
This section is under construction.
C
- FLP00-C. Understand the limitations of floating-point numbers
- FLP01-C. Take care in rearranging floating-point expressions
- FLP02-C. Avoid using floating-point numbers when precise computation is needed
- FLP03-C. Detect and handle floating-point errors
C++
This section is under construction.
Java
This section is under construction.