Skip to content

Commit

Permalink
export relative_field from module Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBreuer committed Apr 11, 2024
1 parent f96c9d7 commit b76ce26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions experimental/GModule/Misc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module Misc
using Oscar
import Base: ==, parent

export relative_field

Hecke.minpoly(a::QQBarFieldElem) = minpoly(Hecke.Globals.Qx, a)

function primitive_element(a::Vector{QQBarFieldElem})
Expand Down Expand Up @@ -508,3 +510,4 @@ end

end # module
using .Misc
export relative_field

0 comments on commit b76ce26

Please sign in to comment.