Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 246 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 246 Bytes

extra-long-factorials

Simple function which returns factorial of the input parameter.

Except, this program works for even VERY large numbers like 500 factorial or beyond, (although program may become very slow for numbers larger than that. )