Multiprecision arithmetic library question.

Mark Wooding mdw at distorted.org.uk
Wed Jun 18 06:26:33 EDT 2008


Michael Press <rubrum 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? 

You know that Python already supports multiprecision integer arithmetic,
right?  If you desperately want GMP, though, there's the gmpy module
(q.g.).

-- [mdw]



More information about the Python-list mailing list