Searched defs:conversion_coefficient (Results 1 – 1 of 1) sorted by relevance
624 static T const conversion_coefficient = geometry::math::pi<T>() / T(180.0); in d2r() local631 static T const conversion_coefficient = T(180.0) / geometry::math::pi<T>(); in r2d() local