Search:

Type: Posts; User: aesguitar

Search: Search took 0.22 seconds.

  1. Replies
    5
    Views
    2,246

    Re: Factorial calculation optimization

    Problem 160 - Project Euler

    Problem 160. I've been working on it for a while. First attempt was to brute force the factorial using JScience's LargeInteger class and huge multi-threading. That took...
  2. Replies
    5
    Views
    2,246

    Re: Factorial calculation optimization

    Ok, well, you can use De Polignac's formula to figure out how many factors of a prime factor there are in n!.



    Could you also explain this a different way?



    This is a project Euler...
  3. Replies
    5
    Views
    2,246

    Factorial calculation optimization

    For a problem I'm working on, I need to calculate some very, very large factorials; or at least the first five non-zero digits of said factorial. I've worked out the function:

    F(n) =...
Results 1 to 3 of 3