| |||
| Home > Compiler Coding Practices > Software floating-point division-by-zero errors in C code | |||
Floating-point division-by-zero errors in software can be trapped and identified using a combination of intrinsics and C library helper functions. See the following topics: