feat: deg unit symbol added to SI

This commit is contained in:
Mateusz Pusz
2022-12-25 17:33:47 +01:00
parent 2a3e1f6035
commit 9e5a95edef

View File

@@ -624,6 +624,7 @@ inline constexpr auto Ykat = yotta<katal>;
// TODO Should the following non-SI units have prefixes symbols predefiend as well?
inline constexpr auto au = astronomical_unit;
inline constexpr auto deg = degree;
inline constexpr auto a = are;
inline constexpr auto ha = hectare;
inline constexpr auto l = litre;