Hi everybody


 I am in need to find factorial of  numbers .
I know the classical method
 4!= 4*3*2*1
 5!=5*4!
          this way.


 But if I have to find factorial of 200 ,321, or bigger numbers like this....what should i do .. the algorithm requires somany CPU cycles for this kinda numbers.

  Is there any other algorithm which requires less amount of processing .and finds the factorial of  any bigger number in simple way.

(without using parallelizing methods if you have )
 

Ravi.Thati
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/algogeeks
-~----------~----~----~----~------~----~------~--~---

Reply via email to