| 
    Jpp
    18.0.0-rc.1
    
   the software that should make you happy 
   | 
 
Mathematical constants. More...
#include <math.h>Go to the source code of this file.
Namespaces | |
| JMATH | |
| Auxiliary classes and methods for mathematical operations.  | |
| JPP | |
| This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).  | |
Variables | |
| static const double | JMATH::PI = acos(-1.0) | 
| Mathematical constants.  More... | |
| static const double | JMATH::EULER = 0.577215664901533 | 
| Euler number.  More... | |
| static const long long int | JMATH::KILOBYTE = 1024 | 
| Computing quantities.  More... | |
| static const long long int | JMATH::MEGABYTE = KILOBYTE*KILOBYTE | 
| Number of bytes in a kilo-byte.  More... | |
| static const long long int | JMATH::GIGABYTE = MEGABYTE*KILOBYTE | 
| Number of bytes in a mega-byte.  More... | |
Mathematical constants.
Definition in file JMath/JConstants.hh.
 1.8.5