Factorial(x) for x>170 using Rmpfr/gmp library
问题 The problem that I would like to solve is the infinite sum over the following function: For the sum I use an FTOL determination criterion. This whole term doesn't create any problems until z becomes very large. I expect the maximum value of z around 220. As you can see the first term has its max around Factorial(221) and therefore has to go around Factorial(500) until the determination criterion has been reached. After spotting this problem I didn't want to change the whole code (as it is