Open ghost opened 5 years ago
This program calculates factorials for very large numbers (upto 5000!). It overcomes the issues with storage of such large numbers by using digital "half-adder" method, employing a reference array.
This program calculates factorials for very large numbers (upto 5000!). It overcomes the issues with storage of such large numbers by using digital "half-adder" method, employing a reference array.