IMP logo
IMP Reference Guide  develop.eb1b99edaa,2026/06/22
The Integrative Modeling Platform
algebra/constants.h
Go to the documentation of this file.
1 /**
2  * \file IMP/algebra/constants.h \brief Various useful constants.
3  *
4  * Copyright 2007-2026 IMP Inventors. All rights reserved.
5  *
6  */
7 
8 #ifndef IMPALGEBRA_CONSTANTS_H
9 #define IMPALGEBRA_CONSTANTS_H
10 
11 #include <IMP/algebra/algebra_config.h>
12 #include <IMP/constants.h>
13 #include <cmath>
14 
15 IMPALGEBRA_BEGIN_NAMESPACE
16 
17 static const double PI = ::IMP::PI;
18 
19 IMPALGEBRA_END_NAMESPACE
20 
21 #endif /* IMPALGEBRA_CONSTANTS_H */
Various useful constants.