feat: rad2 unit symbol added

This commit is contained in:
Mateusz Pusz
2022-12-27 10:17:58 +01:00
parent 210f401416
commit 58949bf22a

View File

@@ -47,6 +47,7 @@ inline constexpr auto rev = revolution;
inline constexpr auto deg = degree;
inline constexpr auto grad = gradian;
inline constexpr auto sr = steradian;
inline constexpr auto rad2 = square<radian>;
inline constexpr auto deg2 = square<degree>;
} // namespace unit_symbols