You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. )
About
Factorials of large numbers (output is not limited to 53 bits which is default limit of javascript number storage)