Skip to content

Commit

Permalink
Fix failed test case
Browse files Browse the repository at this point in the history
  • Loading branch information
user202729 authored Nov 8, 2024
1 parent 01452e6 commit 6c56c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/rings/qqbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -2911,10 +2911,10 @@ def number_field_elements_from_algebraics(numbers, minimal=False,
sage: AA((-1)^(2/3))
1
sage: number_field_elements_from_algebraics([(-1)^(2/3)])
(Cyclotomic Field of order 6 and degree 2,
(Number Field in zeta6 with defining polynomial x^2 - x + 1,
[zeta6 - 1],
Ring morphism:
From: Cyclotomic Field of order 6 and degree 2
From: Number Field in zeta6 with defining polynomial x^2 - x + 1
To: Algebraic Field
Defn: zeta6 |--> 0.500000000000000? + 0.866025403784439?*I)
"""
Expand Down

0 comments on commit 6c56c15

Please sign in to comment.