Bill James
Results
2
issues of
Bill James
I know that I am doing something wrong but just can't figure what. The largest factorial that I can get converted to a mpfr is 44787927. Above this number I...
` from time import time import gmpy2 from gmpy2 import mpfr import mpmath as mpm from mpmath import mpf import math def primes_less_than(n): if n < 3: return [] if...