1 #ifndef __JMATH__JCONSTANTS__ 
    2 #define __JMATH__JCONSTANTS__ 
   13 namespace JPP { 
using namespace JMATH; }
 
   20   static const double PI                        = acos(-1.0);           
 
   21   static const double EULER                     = 0.577215664901533;    
 
static const long long int KILOBYTE
Computing quantities. 
 
static const double EULER
Euler number. 
 
static const double PI
Mathematical constants. 
 
static const long long int MEGABYTE
Number of bytes in a kilo-byte. 
 
static const long long int GIGABYTE
Number of bytes in a mega-byte.