feat: cotes_angle constant added

This commit is contained in:
Mateusz Pusz
2022-09-03 12:28:38 +02:00
parent f34282811d
commit bb453e4a8a

View File

@@ -46,6 +46,9 @@ concept Angle = QuantityOfT<T, dim_angle>;
template<UnitOf<dim_angle<>> U, Representation Rep = double>
using angle = quantity<dim_angle<>, U, Rep>;
template<Representation Rep = double>
inline constexpr auto cotes_angle = angle<radian, Rep>(1);
#ifndef UNITS_NO_LITERALS
inline namespace literals {