Home
Releases
Analyses
Tutorials
Doxygen
Contact
Rivet API documentation
Rivet
4.1.3
include
Rivet
Math
Constants.hh
1
#ifndef RIVET_MATH_CONSTANTS
2
#define RIVET_MATH_CONSTANTS
3
4
#include "Rivet/Math/MathConstants.hh"
5
#include "Rivet/Math/Units.hh"
6
7
namespace
Rivet
{
8
9
constexpr
double
pi = M_PI;
10
constexpr
double
twopi = 2*pi;
11
constexpr
double
halfpi = pi/2;
12
constexpr
double
pi2 = pi*pi;
13
14
constexpr
double
c_light = 2.99792458e8;
15
16
constexpr
double
degree = pi / 180.0;
17
18
}
19
20
#endif
Rivet
Definition
MC_CENT_PPB_Projections.hh:10
Generated on
for Rivet by
1.15.0