mariadb/mit-pthreads/machdep/alpha-osf1/__math.h
bk@work.mysql.com f4c589ff6c Import changeset
2000-07-31 21:29:14 +02:00

16 lines
212 B
C
Executable file

/*
* ANSI required entries in math.h
*
*/
#ifdef _ANSI_C_SOURCE
#if defined(_IEEE_FP)
# define HUGE_VAL 1.8e308
#else
# define HUGE_VAL 1.797693134862315708e308
#endif
#endif /*_ANSI_C_SOURCE */