in reply to Re: Re: Re: Factorial algorithm execution time
in thread Factorial algorithm execution time

I didn't say it was preferable. I tried to explain how you can derive one of these approximations.

As for robustness, all of the solutions presented in this discussion use big integer arithmetic. Until you run out of memory, they are precise to the last digit.

  • Comment on Re: Re: Re: Re: Factorial algorithm execution time