| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> |
| 3 |
<pkgmetadata> |
| 4 |
<herd>sci-mathematics</herd> |
| 5 |
<longdescription lang="en"> |
| 6 |
PARI is a widely used computer algebra system designed for fast |
| 7 |
computations in number theory (factorizations, algebraic number |
| 8 |
theory, elliptic curves...), but also contains a large number of other |
| 9 |
useful functions to compute with mathematical entities such as |
| 10 |
matrices, polynomials, power series, algebraic numbers, etc., and a |
| 11 |
lot of transcendental functions. |
| 12 |
The extra data is avaialable through use flag: |
| 13 |
* elldata is PARI/GP version of J. E. Cremona Elliptic Curve Data, |
| 14 |
needed by ellsearch and ellidentify. |
| 15 |
* galdata is needed by polgalois to compute Galois group in degrees |
| 16 |
8 through 11. |
| 17 |
* seadata is needed by ellap for large primes. |
| 18 |
* nftables is a repackaging of the historical megrez number field |
| 19 |
tables (errors fixed, 1/10th the size, easier to use). |
| 20 |
|
| 21 |
</longdescription> |
| 22 |
<use> |
| 23 |
<flag name='data'>Add additional data (elldata, galdata, seadata, nftables)</flag> |
| 24 |
</use> |
| 25 |
</pkgmetadata> |