/ README
README
 1  gmpy2 is an optimized, C-coded Python extension module that supports fast
 2  multiple-precision arithmetic.  gmpy2 is based on the original gmpy module.
 3  gmpy2 adds support for correctly rounded multiple-precision real arithmetic
 4  (using the MPFR library) and complex arithmetic (using the MPC library).
 5  
 6  The gmpy2 2.0.x series is a stable version that is only receiving bug fixes.
 7  The main development branch (2.1.x) was extensively refactored. The most
 8  significant changes are support for thread-safe contexts and context methods.
 9  
10  gmpy2 is available at https://pypi.python.org/pypi/gmpy2/
11  
12  Documentation is available at https://gmpy2.readthedocs.io/en/latest/
13