Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

What are you trying to do with the library? You can't import it like that, but you can interact with it as a C library using Cython. You'd have to "cimport" a specific function from the gmp header files.

Sage comes with MPIR (a fork of GMP) and uses that to implement the RealNumbers.