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
PI
In libff, both common/double.cpp and algebra/fields/field_utils.tcc define the constant PI as
common/double.cpp
algebra/fields/field_utils.tcc
const double PI = 3.141592653589793238460264338328L;
But isn't the 0 wrong? As this website says, for example, it is (rounded)
0
3.14159265358979323846264338328
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In libff, both
common/double.cpp
andalgebra/fields/field_utils.tcc
define the constantPI
asBut isn't the
0
wrong? As this website says, for example, it is (rounded)The text was updated successfully, but these errors were encountered: