Opened 15 years ago
Closed 15 years ago
#1809 closed enhancement (duplicate)
[with patch] refactoring to improve finite field reference manual
Reported by: | Martin Albrecht | Owned by: | Michael Abshoff |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | distribution | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
The patch removes FiniteField_prime_modn
from finite_field.py
because it was odd that this implementation was the only showing up in the reference manual. Also, GF
is now defined in rings.all
rather than in rings.finite_field
to avoid that the documentation for it shows up twice. Finally, a more verbose description of the finite field module is given at the top of the finite_field.py
file and some doctests were added to FiniteField_prime_modn
.
Change History (1)
comment:1 Changed 15 years ago by
Milestone: | sage-2.10 → sage-duplicate/invalid |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.