diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 15:10:06 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:35 +0700 |
commit | a541c5f32401232af11a18e7f91ddd921862c9ba (patch) | |
tree | 9b3afeef82c9cdc144df23f6b12b5f20f0b88114 /academic/pari | |
parent | 0ad3347966f2ac12060873a6dbf496fd9dffdf2f (diff) |
academic/pari: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/pari')
-rw-r--r-- | academic/pari/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/academic/pari/README b/academic/pari/README index 6e10ca3d19d6..b51ae28edfdc 100644 --- a/academic/pari/README +++ b/academic/pari/README @@ -1,7 +1,7 @@ -PARI/GP is a widely used computer algebra system designed for fast computations -in number theory (factorizations, algebraic number theory, elliptic curves, -modular forms, L functions...), but also contains a large number of other -useful functions to compute with mathematical entities such as matrices, -polynomials, power series, algebraic numbers etc., and a lot of transcendental -functions. PARI is also available as a C library to allow for faster -computations. +PARI/GP is a widely used computer algebra system designed for fast +computations in number theory (factorizations, algebraic number theory, +elliptic curves, modular forms, L functions...), but also contains a +large number of other useful functions to compute with mathematical +entities such as matrices, polynomials, power series, algebraic numbers +etc., and a lot of transcendental functions. PARI is also available as +a C library to allow for faster computations. |