10 template<std::
floating_po
int T>
11 static inline constexpr T pi_v = std::numbers::pi_v<T>;
14 template<std::
floating_po
int T>
15 static inline constexpr T epsilon_v = std::numeric_limits<T>::epsilon();
18 template<std::
floating_po
int T>
19 static inline constexpr T quiet_nan_v = std::numeric_limits<T>::quiet_NaN();
22 template<std::
floating_po
int T>
23 static inline constexpr T deg_to_rad_v =
pi_v<T> /
T{180};
26 template<std::
floating_po
int T>
27 static inline constexpr T rad_to_deg_v =
T{180} /
pi_v<T>;
Definition custom_decoration_generator.h:5
constexpr U to(T &&value)
Definition conversion.h:56