You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
M_PIf is not compatible with some compilers (I'm trying to build on MSVC).
Suggest '#include and using std::numbers::pi_v in place of M_PIf '
If looking for older compilers without C++20, may want to use a different define.
M_PIf is not compatible with some compilers (I'm trying to build on MSVC).
Suggest '#include and using std::numbers::pi_v in place of M_PIf '
If looking for older compilers without C++20, may want to use a different define.