| ||||||||||||||||
Technical Support On-Line Manuals CARM User's Guide | double ErrorsThe CARM Compiler detects floating-point errors and reports them by setting the double value to one of several special binary values. Your software must appropriately respond to floating-point error conditions. The floating-point error values are defined as a part of the IEEE standard and are used whenever an error occurs during normal processing of floating-point operations. Your code should check for possible arithmetic errors at the end of each floating-point operation.
The CARM library function _chkdouble_ allows you to quickly check the floating-point status of double numbers. Note
| |||||||||||||||
| ||||||||||||||||