Skip to content

Commit

Permalink
Add algebraic_closure(::QQField) (#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Feb 2, 2024
1 parent e0afac0 commit 81ab9fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Exports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export airy_bi
export airy_bi_prime
export AllParts
export AllPerms
export algebraic_closure
export angle
export ArbField
export ArbFieldElem
Expand Down
7 changes: 7 additions & 0 deletions src/calcium/qqbar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1471,3 +1471,10 @@ end

(a::QQBarField)(b::QQBarFieldElem) = b

###############################################################################
#
# constructor
#
###############################################################################

algebraic_closure(::QQField) = QQBar

0 comments on commit 81ab9fc

Please sign in to comment.