Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the master branch, built from commit 579430ad1f.
PrevUpHomeNext

Function BOOST_UNITS_PHYSICAL_CONSTANT

boost::units::si::constants::codata::BOOST_UNITS_PHYSICAL_CONSTANT — CODATA recommended values of the fundamental physical constants: NIST SP 961.

Synopsis

// In header: <boost/units/systems/si/codata/universal_constants.hpp>


 BOOST_UNITS_PHYSICAL_CONSTANT(c, quantity< velocity >, 
                               299792458.0 *meters/ second, 
                               0.0 *meters/ second);

Description

speed of light


PrevUpHomeNext