i want any code to compute the factorial of high numbers like 1000000 in aspeed way & didnt cause the break down of memory
any bode cane help me
mn_fci@hotmail.com
i want any code to compute the factorial of high numbers like 1000000 in aspeed way & didnt cause the break down of memory
any bode cane help me
mn_fci@hotmail.com
please any one help me
damnhippie
Paulo Reichert
slein
You can refer to this post over Code Project: A class for operations with Large Integer Numbers (http://www.codeproject.com/cpp/largenumber.asp) where George Anescu presents some algorithms for operations with large integer numbers in a C++ class using the STL vector container where you can then use it in your VB.net code.
I my self will vote for usnig strings for large numbers and if you can manage it I think there is a possibility to integrate java's big number class and perhaps even karbutstra's algorithm for efficient multiplication.
As for the time thing, I agree that there is no fast way in computing such a large number, hard luck with that!