There's an incorrect comment at the top of lang/python/intpacking.py:
# [11 10llll] | l | 2^14 + 2^7 | 2^64 - 1
The lower value is actually 2^13 + 2^6 (see the previous line in this file, or see src/include/intpack.i .
There's an incorrect comment at the top of lang/python/intpacking.py:
# [11 10llll] | l | 2^14 + 2^7 | 2^64 - 1
The lower value is actually 2^13 + 2^6 (see the previous line in this file, or see src/include/intpack.i .