Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ User's Guide - the following errors can be generated by the math functions in the c http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
The following errors can be generated by the math functions in the C
run-time library.  These error codes correspond to the exception types
defined in MATH.H and returned by the matherr function when a math error
occurs.


DOMAIN
     Domain error

    An argument to the function is outside the domain of the function.

OVERFLOW
     Overflow range error

    The function result is too large.

PLOSS
     Partial loss of significance

    A partial loss of significance occurred.

SING
     Argument singularity

    An argument to the function has a bad value (e.g., log(0.0)).

TLOSS
     Total loss of significance

    A total loss of significance occurred.  An argument to a function was
    too large to produce a meaningful result.

UNDERFLOW
     Underflow range error

    The result is too small to be represented.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson