22 #ifndef PHYS_UNITS_PHYSICAL_CONSTANTS_HPP_INCLUDED 23 #define PHYS_UNITS_PHYSICAL_CONSTANTS_HPP_INCLUDED 31 constexpr quantity<acceleration_d> g_sub_n{Rep(9.80665L) * meter /
square(second)};
34 constexpr quantity<dimensions<0, 0, 0, 0, 0, -1> > N_sub_A{Rep(6.02214199e+23L) /
40 constexpr quantity<electric_charge_d> e{Rep(1.602176462e-19L) * coulomb};
43 constexpr quantity<dimensions<2, 1, -1> > h{Rep(6.62606876e-34L) * joule * second};
46 constexpr quantity<speed_d> c{Rep(299792458L) * meter / second};
49 constexpr quantity<mass_d> u{Rep(1.6605402e-27L) * kilogram};
56 #endif // PHYS_UNITS_PHYSICAL_CONSTANTS_HPP_INCLUDED
Zero-overhead dimensional analysis and unit/quantity manipulation and conversion. ...
constexpr detail::Power< D, 2, X > square(quantity< D, X > const &x)
square.