• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H31-Jul-2020-167146

build.vc10/H31-Jul-2020-1,8221,820

build.vc11/H31-Jul-2020-1,8631,861

build.vc12/H31-Jul-2020-2,2282,226

build.vc9/H31-Jul-2020-1,2351,227

demo/H31-Jul-2020-515402

docs/H31-Jul-2020-3,2192,335

gmpy2/H31-Jul-2020-790516

msys2/H31-Jul-2020-1816

scripts/H31-Jul-2020-319211

src/H31-Jul-2020-44,70332,989

test/H03-May-2022-323232

test_cython/H31-Jul-2020-422324

.appveyor.ymlH A D31-Jul-20202.1 KiB8666

.gitignoreH A D31-Jul-202058 86

.travis.ymlH A D31-Jul-20202.2 KiB9280

COPYINGH A D31-Jul-202034.3 KiB675553

COPYING.LESSERH A D31-Jul-20207.5 KiB166128

INSTALLH A D31-Jul-20202.9 KiB9063

MANIFEST.inH A D31-Jul-2020156 109

READMEH A D31-Jul-2020659 149

TODOH A D31-Jul-20201.1 KiB5530

build-wheels.confH A D31-Jul-2020157 72

setup-legacy.pyH A D31-Jul-20206.4 KiB196128

setup.pyH A D31-Jul-20205.1 KiB140127

README

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