Lists physical constants. More...
#include <constants.hpp>

Public Attributes | |
| const double | pi |
| The ratio between the circumference and the diameter of any circle, \(\pi\). More... | |
| const double | c = 299792458.0 |
| The speed of light in free space, \(c\). | |
| const double | permeability_fs = 4.0 * pi * 1.0e-7 |
| The permeability of the free space, \(\mu_0\). | |
| const double | permittivity_fs = 1.0 / (std::pow(c, 2) * permeability_fs) |
| The permittivity of the free space, \(\epsilon_0\). | |
Lists physical constants.
Definition at line 27 of file constants.hpp.
| const double Constants::Physics::pi |
The ratio between the circumference and the diameter of any circle, \(\pi\).
Definition at line 36 of file constants.hpp.