mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
removed constexpr
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
|
||||
namespace omath::angles
|
||||
{
|
||||
[[nodiscard]] constexpr float RadiansToDegrees(float rads);
|
||||
[[nodiscard]] constexpr float DegreesToRadians(float degrees);
|
||||
[[nodiscard]] float RadiansToDegrees(float rads);
|
||||
[[nodiscard]] float DegreesToRadians(float degrees);
|
||||
}
|
||||
Reference in New Issue
Block a user