CertC-FLPΒΆ
Floating Point
Nested Rules
Avoid using floating-point numbers when precise computation is needed |
|
Check floating-point inputs for exceptional values |
|
Convert integers to floating point for floating-point operations |
|
Cast the return value of a function that returns a floating-point type |
|
Do not use floating-point variables as loop counters |
|
Prevent or detect domain and range errors in math functions |
|
Ensure that floating-point conversions are within range of the new type |
|
Preserve precision when converting integral values to floating-point type |
|
Do not use object representations to compare floating-point values |
Options
Setting an option for this rule means setting the default for all nested rules.
This rule shares the following common options: exclude_in_macros, exclude_messages_in_system_headers, excludes, extend_exclude_to_macro_invocations, includes, justification_checker, languages, post_processing, provider, report_at, severity
The following places define options that affect this rule: Stylechecks, Analysis-GlobalOptions
This rule has no individual options.