How do I "trap" a floating point error?

See the signal() and matherr() functions in the Turbo C Reference
    Guide.  The signal() function may be used to trap errors in the
    80x87 or the 80x87 emulator. The matherr() function traps errors

    in the Math Library functions.


Learn More :