summaryrefslogtreecommitdiff
path: root/math/py-conway-polynomials/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-conway-polynomials/pkg-descr')
-rw-r--r--math/py-conway-polynomials/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/math/py-conway-polynomials/pkg-descr b/math/py-conway-polynomials/pkg-descr
new file mode 100644
index 000000000000..1a43461d9c06
--- /dev/null
+++ b/math/py-conway-polynomials/pkg-descr
@@ -0,0 +1,14 @@
+Python interface to Frank Luebeck's Conway polynomial database.
+
+Frank Luebeck maintains a list of pre-computed Conway polynomial coefficients.
+These are used in several computer algebra systems such as GAP and SageMath
+to provide quick access to those Conway polynomials.
+
+The package consists of a single module containing a single function that
+returns a dict of dicts, conway_polynomials.database(). The dictionary's
+format is {p: {n: coefficients}}, where p represents your prime and n your
+degree. The tuple of coefficients is returned in ascending order; that is,
+the first coefficient (at index zero) is for the constant (degree zero) term.
+
+This package is an evolution of the SageMath conway_polynomials package
+and is maintained by the same team of developers.