Skip to content

sn6uv/gmpy_cffi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GMPY_CFFI

GMPY_CFFI is a python wrapper of the GNU Multiple Precision Arithmetic Library. It aims to be a PyPy compatible alternative to gmpy2. Consequently we use the python cffi library to wrap:

  • GMP for integer and rational arithmetic.
  • MPFR for correctly rounded floating-point arithmetic.
  • MPC for correctly rounded complex floating-point arithmetic.

Installation

To install gmpy_cffi, simply run:

$ pip install gmpy_cffi

Travis_

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages