My Project
Main Page
Related Pages
Namespaces
Classes
Files
File List
Users
jisoochoi
Desktop
EPSS
VERB
verb-2-0
VariousFunctions
variousConstants.h
1
7
#ifndef VARIOUS_CONSTANTS_H
8
11
#define VARIOUS_CONSTANTS_H
12
18
namespace
VC
{
19
21
static
const
double
zero_f = 1e-31;
23
static
const
double
mc2 = 0.511;
25
static
const
double
pi = 3.141592653589793238462643;
27
static
const
double
m = 9.10953e-28;
29
static
const
double
c_cgs = 2.998e10;
31
static
const
double
c_si = 2.998e8;
33
static
const
double
qe = 4.803242e-10;
35
static
const
double
B_0 = 0.311;
37
static
const
double
exp = 2.7183;
39
static
const
double
RE = 6.371e6;
40
}
41
42
#endif
VC
Various mathematical constants.
Generated by
1.8.10