Multiprecision arithmetic library question.

casevh casevh at gmail.com
Wed Jun 18 01:08:18 EDT 2008


On Jun 17, 5:13 pm, Michael Press <rub... at pacbell.net> wrote:
> I already compiled and installed the GNU multiprecision library
> on Mac OS X, and link to it in C programs.
> How do I link to the library from Python?
> I do not want to download and install redundant material.
> (I am new to Python)
>
> --
> Michael Press

GMPY provides the interface between Python and GMP. It is available at

http://code.google.com/p/gmpy/downloads/list

casevh



More information about the Python-list mailing list