Since python int can grow arbitrarily large (i.e. can compute numbers such as 10 ** 100000), I would like to utilize this feature with NumPy and be abl
int
10 ** 100000