diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-06-21 20:47:39 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-06-21 20:47:39 +0000 |
commit | 194f732d49185e97432ba96c2c620fb86f831e35 (patch) | |
tree | e046d107b19e6d507ac143fe398960b176fea967 /math/pari/pkg-descr | |
parent | a3d5fb931ddeedef72e1eb63766bac77227b984d (diff) | |
download | ports-194f732d49185e97432ba96c2c620fb86f831e35.tar.gz ports-194f732d49185e97432ba96c2c620fb86f831e35.zip |
Notes
Diffstat (limited to 'math/pari/pkg-descr')
-rw-r--r-- | math/pari/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/pari/pkg-descr b/math/pari/pkg-descr new file mode 100644 index 000000000000..1b45a7b85662 --- /dev/null +++ b/math/pari/pkg-descr @@ -0,0 +1,11 @@ +The PARI system is a package which is capable of doing formal computations on +recursive types at high speed. + +It is possible to use PARI in two different ways: + +1) as a library, which can be called from any upper-level language +application (for instance written in C, C++, Pascal or Fortran); + +2) as a sophisticated programmable calculator, named GP, which contains +most of the standard control instructions of a standard language +like C. |