From 520c944971b880fad935d4eef1fb6539562dc8da Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sat, 3 Sep 2022 12:29:58 +0200 Subject: [PATCH] feat: :boom: `reduced_planck` constant removed as it is unclear if it should be angular or not (leave the choice to the user) --- src/systems/si/include/units/isq/si/constants.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/systems/si/include/units/isq/si/constants.h b/src/systems/si/include/units/isq/si/constants.h index 79884577..74209888 100644 --- a/src/systems/si/include/units/isq/si/constants.h +++ b/src/systems/si/include/units/isq/si/constants.h @@ -22,6 +22,7 @@ #pragma once +#include #include #include #include @@ -36,9 +37,6 @@ namespace units::isq::si::si2019 { template inline constexpr auto planck_constant = energy(6.62607015e-34) * time(1); -template -inline constexpr auto reduced_planck_constant = energy(6.582119569e-10) * time(1); - template inline constexpr auto elementary_charge = electric_charge(1.602176634e-19);