sn6uv / gmpy_cffi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:Python 100.0%