| 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.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.