home
about
news
download
doc
source
systems
tests
bugs
contact
IMP Reference Guide
2.25.0
The Integrative Modeling Platform
IMP Manual
Reference Guide
Tutorial Index
Modules
Classes
Examples
include
IMP
algebra
version 2.25.0
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 */
constants.h
Various useful constants.