Skip to content

Variable c_radtodeg

variable c_radtodeg simd

template <typename T>
constexpr inline subtype<T> c_radtodeg = c_recip_pi<T, 180>

Radians to degrees conversion factor (180 / π).

Template parameters
T The numeric type.

Fully qualified name: kfr::c_radtodeg

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.