NAME

SET_UNDERFLOW_BUG - (MACRO) Sets up call to set_bug

SYNOPSIS

#include "l/l_sys_err.h"

Example compile flags (system dependent):
  -DLINUX_386 -DLINUX_386_P4  
   -I/home/kobus/include
   -L/home/kobus/load/linux_386_p4 -L/usr/local/lib -L/usr/lib
  -lKJB         -llapack -lblas -lg2c          -lXext -lX11 


void SET_UNDERFLOW_BUG(void);

DESCRIPTION

This macro sets up the call to set_bug when a problem can be described as leading to underflow such as attempting to put a large double into an integer. Note : It is advisable to expect SET_ARGUMENT_BUG to return, even though under many circumstances it will not. Normally the statement after SET_UNDERFLOW_BUG is an error return.

SEEALSO

set_bug, set_bug_handler, default_bug_handler

DISCLAIMER

This software is not adequatedly tested. It is recomended that results are checked independantly where appropriate.

AUTHOR

Kobus Barnard

DOCUMENTOR

Kobus Barnard

SEE ALSO

SET_BUFFER_OVERFLOW_BUG , SET_FORMAT_STRING_BUG , SET_ARGUMENT_BUG , SET_CANT_HAPPEN_BUG , SET_BOUNDS_BUG , SET_SORT_BUG , SET_OVERFLOW_BUG