local.h 452 B

1234567891011121314
  1. /* $Id$ */
  2. /*
  3. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  4. * See the copyright notice in the ACK home directory, in the file "Copyright".
  5. */
  6. # define MAXINT 32767
  7. # define MININT -32768
  8. # define MAXLONG 2147483647
  9. # define MINLONG -2147483648
  10. # define EPSFLOAT 2.938736e-39
  11. # define MAXFLOAT 1.7014117e38
  12. # define EPSDOUBLE 2.938736e-39
  13. /* for 64-bit double 1.701411834604692293e38 */
  14. # define MAXDOUBLE 1.7014117e38