feat: added unit symbols for m2, m3, and s2

This commit is contained in:
Mateusz Pusz
2022-11-07 16:36:19 -10:00
parent 44e1e90d51
commit 552aa1a3e5

View File

@@ -637,4 +637,9 @@ inline constexpr auto min = minute;
inline constexpr auto h = hour;
inline constexpr auto d = day;
// commonly used squared and cubic units
inline constexpr auto m2 = square<metre>;
inline constexpr auto m3 = cubic<metre>;
inline constexpr auto s2 = square<second>;
} // namespace units::si::unit_symbols