mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
194f732d49
Mathmatics library and advanced calculator package PR: 3357 Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
12 lines
440 B
Plaintext
12 lines
440 B
Plaintext
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.
|