issues
search
aleaxit
/
gmpy
General Multi-Precision arithmetic for Python 2.6+/3+ (GMP, MPIR, MPFR, MPC)
https://gmpy2.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
522
stars
86
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Correct argument handling for constructors
#532
skirpichev
opened
1 day ago
0
Fix creating of mpfr's with base=0 for negative values
#531
skirpichev
closed
5 days ago
1
Creating mpfr from negative hexadecimal float string
#530
Serge3leo
closed
5 days ago
1
Use low-level mpn_* routines to implement integer arithmetics?
#529
skirpichev
opened
1 week ago
2
Misc fixes
#528
skirpichev
closed
1 week ago
5
is_prime and is_probab_prime show wrong results
#527
KhDenys
closed
2 weeks ago
2
Prevent crash in GMPy_MPFR_Format()
#526
skirpichev
opened
1 month ago
1
Avoid OverflowError in mpz.__rshift__()
#525
skirpichev
opened
1 month ago
6
mpz(1)>>111111111111111111111 raises OverflowError
#524
skirpichev
opened
1 month ago
0
Support PyPy?
#523
skirpichev
opened
1 month ago
3
Still having large bit precision calculation issues
#522
wjamesjr
opened
1 month ago
45
Misc fixes
#521
skirpichev
closed
1 month ago
1
Support mixed-mode arithmetic rules for mpc & real types?
#520
skirpichev
opened
1 month ago
2
Misc fixes
#519
skirpichev
closed
1 month ago
2
Access to abs() from C interface
#518
deyanmihaylov
opened
2 months ago
2
Try int<->mpz conversion with PyLong_AsNativeBytes/FromNativeBytes
#517
skirpichev
closed
2 months ago
0
Fix memory leak in GMPy_CTXT_Exit()
#516
skirpichev
closed
2 months ago
2
Memory leak when using gmpy2.ieee context manager
#515
thomaswucher
closed
2 months ago
3
Add mpz.__array__() method to interact with numpy
#514
skirpichev
closed
2 months ago
1
Add signal handler to catch SIGFPE on the GMP 6.3+
#513
skirpichev
closed
2 months ago
3
Fix memory leak for mpfr/mpc cache (amend 7351e2e)
#512
skirpichev
closed
2 months ago
1
Memory leak in gmpy2_cache
#511
thomaswucher
closed
2 months ago
9
gmpy2 does not support trillion-digit Pi calculations.
#510
zzy444626905
closed
2 months ago
6
support in using gmpy2
#509
DiTo97
closed
2 months ago
6
Fix manpage typos
#508
martingkelly
closed
2 months ago
2
Conversion from mpz to numpy longdouble is incorrect
#507
pearu
closed
2 months ago
10
Change defaults for format-style printing?
#506
skirpichev
opened
3 months ago
1
"Invalid conversion specification" error for align '=' value in format spec
#505
skirpichev
opened
3 months ago
1
Incorrect signature for gmpy2.digits() in docs
#504
skirpichev
closed
1 month ago
1
format() should take into account rounding mode of the context?
#503
skirpichev
opened
3 months ago
0
Extend fallthrough safety to LLVM in gmpy2_mpmath.c
#502
r-barnes
opened
3 months ago
3
Intentional fallthroughs?
#501
r-barnes
closed
4 months ago
2
Intentional fallthroughs?
#500
r-barnes
closed
4 months ago
0
Misc fixes
#499
skirpichev
closed
4 months ago
2
Invalid mpq.__float__?
#498
skirpichev
closed
4 months ago
5
Probably incorrect error message.
#497
DennisYurichev
closed
2 months ago
21
Type declarations to allow integration with type checking and linting tools
#496
SkwalExe
opened
4 months ago
2
Use PyLong_Import/Export API
#495
skirpichev
opened
4 months ago
2
Add xmpz.bit_count()
#494
skirpichev
closed
4 months ago
2
Add .bit_count() to xmpz type
#493
casevh
closed
4 months ago
0
gmpy2 Sieve Example Code Problem
#492
Landryj
opened
4 months ago
10
Fix CI tests on windows-latest
#491
skirpichev
closed
4 months ago
1
Use int instead of char for flag variables
#490
jamesjer
closed
4 months ago
7
Abnormal situation of converting "mpz" to "str"
#489
gpchn
closed
4 months ago
4
2.2.0: change in tagging convention? 🤔
#488
kloczek
opened
4 months ago
8
Use codecov-action v4
#487
skirpichev
closed
5 months ago
2
Use PyLong_GetSign()
#486
skirpichev
closed
2 months ago
4
Use C99+ math.h functions instead of Py_IS_NAN/INFINITY/FINITE
#485
skirpichev
closed
6 months ago
2
Update int <-> mpz conversion
#484
skirpichev
closed
6 months ago
9
Fix CI on CPython 3.13 due to difference _decimal/_pydecimal
#483
skirpichev
closed
6 months ago
4
Next