/****************************************************************************

COPYRIGHT NOTICE:

  The source code in this file is provided free of charge
  to the author's consulting clients.  It is in the
  public domain and therefore may be used by anybody for
  any purpose.

AUTHOR:

  Will Naylor

****************************************************************************/
#ifndef wnconsH
#define wnconsH


#define WN_IHUGE (1000000000)

#define WN_FHUGE (1.0e30)
#define WN_FTINY (1.0/WN_FHUGE)

#define WN_PI    (3.141592653589793238462643)

#define WN_E     (2.718281828459045235360287)


#endif



