Skip to content

Commit

Permalink
Polynomials over slots are sorted strangely at the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidar committed Oct 26, 2024
1 parent f137b04 commit 5a38a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathics/builtin/numbers/calculus.py
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,7 @@ class Root(SympyFunction):
Roots that can't be represented by radicals:
>> Root[#1 ^ 5 + 2 #1 + 1&, 2]
= Root[#1 ^ 5 + 2 #1 + 1&, 2]
= Root[1 + #1 ^ 5 + 2 #1&, 2]
"""

messages = {
Expand Down

0 comments on commit 5a38a82

Please sign in to comment.