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
In Sage 10.5, run:
R.<x, y> = GF(5)[] C = Curve(y^2 - x^3) F = C.function_field() D = F.places_finite()[0] print(0 >= -D, 0 >= -D.divisor())
This should print True True.
True True
This prints False False.
False False
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps To Reproduce
In Sage 10.5, run:
Expected Behavior
This should print
True True
.Actual Behavior
This prints
False False
.Additional Information
No response
Environment
Checklist
The text was updated successfully, but these errors were encountered: