factorial

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • skmiiita
    New Member
    • Feb 2010
    • 1

    factorial

    we need to find the factorial of large numbers(eg. 100)
    using string so that each digit of the answer is displayed.
  • donbock
    Recognized Expert Top Contributor
    • Mar 2008
    • 2427

    #2
    100! has approximately 150 decimal digits.
    Do you need a precise answer or is an approximation good enough?
    What language are you using?
    Are you allowed to use a third-party bignum library or do you need to write all of the software yourself?
    Have you done much programming before this?
    Is this assignment from a computer science course or from a math course?

    Comment

    Working...