summaryrefslogtreecommitdiff
path: root/mit-pthreads/machdep/bsdi-2.0/__math.h
blob: 2c919472f3371e40ced4978eda33b4ab6cb2bb42 (plain)
1
2
3
4
5
6
/*
 * ANSI/POSIX
 */
/* Generate an overflow to create +Inf; the multiply shuts up gcc 1 */ 
#define HUGE_VAL        (1e250*1e250)           /* IEEE: positive infinity */