-
- Downloads
Add arbitrary precision integer support.
Some functionality is still missing (eg and, or, bit shift), and some things are buggy (eg subtract).
Showing
- py/binary.c 0 additions, 1 deletionpy/binary.c
- py/mpconfig.h 1 addition, 0 deletionspy/mpconfig.h
- py/mpz.c 1009 additions, 0 deletionspy/mpz.c
- py/mpz.h 65 additions, 0 deletionspy/mpz.h
- py/obj.h 3 additions, 0 deletionspy/obj.h
- py/objint.c 1 addition, 0 deletionspy/objint.c
- py/objint.h 2 additions, 4 deletionspy/objint.h
- py/objint_longlong.c 1 addition, 0 deletionspy/objint_longlong.c
- py/objint_mpz.c 181 additions, 0 deletionspy/objint_mpz.c
- py/py.mk 2 additions, 0 deletionspy/py.mk
- stm/mpconfigport.h 1 addition, 0 deletionsstm/mpconfigport.h
- unix/mpconfigport.h 1 addition, 1 deletionunix/mpconfigport.h
Loading
Please register or sign in to comment