(04-21-2023, 12:50 AM)Jack Wrote: @eoredson
the formula is correct, but 6 primes is the maximum that you are able to compute using double, with higher precision you could calculate more primes but it gets exponentially slow
So, could you extend your program to _unsigned _integer64 for higher values? I tried to change Double to _Float with no result..