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
v = cos(acos(sqrt(2) - sqrt(3))/3) assert 1 - 90*v**2 + 321*v**4 - 592*v**6 + 864*v**8 - 768*v**10 + 256*v**12 == 0
This equality test interestingly enough works; however, v is not simplified to an algebraic number automatically. This ought to be done.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This equality test interestingly enough works; however, v is not simplified to an algebraic number automatically. This ought to be done.
The text was updated successfully, but these errors were encountered: