From 99c309ef199a8d8ea6eb7fd6e243e9b35211748d Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 26 Mar 2020 20:57:33 +0100 Subject: [PATCH] Some constants readability improved --- src/include/units/physical/si/constants.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/units/physical/si/constants.h b/src/include/units/physical/si/constants.h index 454c49c2..25891a1f 100644 --- a/src/include/units/physical/si/constants.h +++ b/src/include/units/physical/si/constants.h @@ -48,10 +48,10 @@ template inline constexpr auto avogadro_constant = Rep(6.02214076e23) / substance(1); template -inline constexpr auto speed_of_light = velocity(299792458); +inline constexpr auto speed_of_light = velocity(299'792'458); template -inline constexpr auto hyperfine_structure_transition_frequency = frequency(9192631770); +inline constexpr auto hyperfine_structure_transition_frequency = frequency(9'192'631'770); // template // inline constexpr auto luminous_efficacy = 683q_lm / 1q_W;