We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSVC throws errors looking for M_PI
The text was updated successfully, but these errors were encountered:
https://stackoverflow.com/questions/6563810/m-pi-works-with-math-h-but-not-with-cmath-in-visual-studio
Sorry, something went wrong.
My vote is to keep it simple. In our constants file (which I think Ronald is working on), we should just use
const <floatType> pi = 3.1415926535897932385;
Fixed on the future branch.
future
This should go in to v3 (the development branch).
development
Done and now in the development branch.
ronaldfw
No branches or pull requests
MSVC throws errors looking for M_PI
The text was updated successfully, but these errors were encountered: