Jump to content

Category:PARI/GP: Difference between revisions

→‎Coding with PARI: +1, and break into lists
(now works on Chrome!)
(→‎Coding with PARI: +1, and break into lists)
Line 43:
** For use with the Gnu Mpc library, there is also [http://www.multiprecision.org/?prog=pari-gnump Pari-Gnump].
* [[C++]]: PARI can be used directly in C++. The code is intentionally written in a C++-compatible style. <code>-fpermissive</code> is sometimes useful when compiling with g++.
* [[Python]]:
* [[Python]]:* [http://www.sagemath.org/ SAGESageMath] (or SAGE) is a Python-based system that includes PARI among others; there is a [http://code.google.com/p/pari-python/ pari-python] library as well.
* [[Perl]]: Use [http://search.cpan.org/dist/Math-Pari/ Math::Pari] or [https://github.com/FreeMonad/GPP GPP].
** [http://code.google.com/p/pari-python/ pari-python]
** [https://pypi.python.org/pypi/cypari/ cython] is a fork of the PARI component of SageMath
* [[Perl]]:
* [[Perl]]: Use* [http://search.cpan.org/dist/Math-Pari/ Math::Pari] or [https://github.com/FreeMonad/GPP GPP].
** [https://github.com/FreeMonad/GPP GPP]
* [[Common Lisp]]: Use [http://clisp.sourceforge.net/impnotes/pari.html Pari] ([[CLISP]]).
* [[Mathematica]]: A [http://pari.math.u-bordeaux.fr/dochtml/mathlink.html quick tutorial using MathLink] is available.
Cookies help us deliver our services. By using our services, you agree to our use of cookies.