Skip to content

Commit

Permalink
Update src/MPoly.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Max Horn <max@quendi.de>
  • Loading branch information
joschmitt and fingolfin authored Oct 7, 2024
1 parent 7c43f0d commit 4d01270
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/MPoly.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1523,6 +1523,5 @@ polynomial_ring_only(R::T, s::Vector{Symbol}; internal_ordering::Symbol=:lex, ca
###############################################################################

function ==(x::MPolyRingElem, y::MPolyRingElem)
check_parent(x, y, true)
error("Polynomial comparison not implemented")
return is_zero(x - y)
end

0 comments on commit 4d01270

Please sign in to comment.