-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
I'm having serious trouble with roots for QQBarFieldElem:
julia> R,z = QQBarField()[:z]
(Univariate polynomial ring in z over QQBar, z)
julia> roots(z^2) # the documentation says that it would return two copies of the root 0
1-element Vector{QQBarFieldElem}:
Root 0 of x
julia> roots(z^0) # ka-boom, should return the empty list
ERROR: DivideError: integer division errorNote: the rest of this issue was moved into a separate issue #2119
Metadata
Metadata
Assignees
Labels
No labels