-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
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
bug in factor #1609
Comments
smaller example: julia> a = ZZ(15256904898765951040575460247493335266128960885722986287515593)
julia> julia> for i in 1:10; f = factor(a); @show f[2430601]; end
f[2430601] = 4
f[2430601] = 4
f[2430601] = 4
f[2430601] = 2
f[2430601] = 4
f[2430601] = 4
f[2430601] = 2
f[2430601] = 4
f[2430601] = 4
f[2430601] = 4 |
thofma
pushed a commit
that referenced
this issue
Sep 18, 2024
Co-authored-by: MZ <[email protected]>
Fixed in #1610 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@fieker Can you reproduce and know how to fix it?
The text was updated successfully, but these errors were encountered: