Go to the source code of this file.
Namespaces | |
| namespace | dlr |
| This namespace comprises all of the symbols defined in the dlr_libs suite of libraries. | |
| namespace | dlr::common |
| This namespace contains classes, functions and typedefs for working with exceptions, reference counting, portable numeric types, checking and switching byte order, extending the standard library, and more. | |
Variables | |
| const double | dlr::common::constants::e = 2.7182818284590451 |
| const double | dlr::common::constants::pi = 3.141592653589793238 |
| const double | dlr::common::constants::avogadro = 6.02214179E23 |
| const double | dlr::common::constants::degreesPerRadian = 180.0 / pi |
| const double | dlr::common::constants::radiansPerDegree = pi / 180.0 |
Copyright (C) 2009 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file constants.h.
1.5.8