Using the C Math Library    

Warning Messages

All warnings begin with the string Warning:. By default, programs written using the library output a message after a warning-level event has occurred and then continue processing.

For most warning messages there is a corresponding error message. Generally, warning messages are issued in place of errors on IEEE-floating point compliant machines when an arithmetic expression results in plus or minus infinity or a nonrepresentable number. Where this is the case, the error message explanation has not been reproduced. See the section Error Messages for an explanation of these messages.


Error Messages