Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    1,091

    Re: Factorial loop help

    If you get the correct results, then that solves it.
  2. Replies
    7
    Views
    1,091

    Re: Factorial loop help

    Have a loop that starts at 1 and changes the factor until the desired result.
    Save the last factorial and use for next computation.
  3. Replies
    7
    Views
    1,091

    Re: Factorial loop help

    The loop needs to keep changing the number until the desired results are found.
  4. Replies
    7
    Views
    1,091

    Re: Factorial loop help

    Brute force? Start with 3 and go from there until you've found the int that meets the requirements.
Results 1 to 4 of 4