We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6366638 commit 5ddf821Copy full SHA for 5ddf821
1 file changed
include/math/angles.hpp
@@ -75,4 +75,4 @@ static constexpr float4 degrees(float4 radians) noexcept { return radians * (180
75
*/
76
static f32x4 degrees(f32x4 radians) noexcept { return radians * 180.0f / (float)M_PI; }
77
78
-}; // namespace math
+} // namespace math
0 commit comments