diff options
author | R. Jesus <rj dot bcjesus at gmail dot com> | 2020-10-09 12:10:58 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-10 10:18:49 +0700 |
commit | cf80d2d5f0395ec83512858862ffe44b2c8130fd (patch) | |
tree | d1d2242549cb36883c176167df183369f2b71422 /libraries/flint/README | |
parent | ed57e8135aa2a612c049ba54d7aee08dc2b2bb8e (diff) |
libraries/flint: Added (Fast Library for Number Theory)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/flint/README')
-rw-r--r-- | libraries/flint/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libraries/flint/README b/libraries/flint/README new file mode 100644 index 0000000000000..39a3a1a4cd8ba --- /dev/null +++ b/libraries/flint/README @@ -0,0 +1,14 @@ +FLINT (Fast Library for Number Theory) is a C library in support of +computations in number theory. It's also a research project into +algorithms in number theory. + +FLINT supports arithmetic with numbers, polynomials, power series and +matrices over many base rings, including: + * Multiprecision integers and rationals + * Integers modulo n + * p-adic numbers + * Finite fields (prime and non-prime order) + * Real and complex numbers (via the Arb extension library) + +FLINT was licensed GPL v2+ up to and including version 2.5. New version +are licensed LGPL v2.1+. |