Returns the factorial of n
assert(factorial(10) == 3_628_800); int n = 5; assert(n.factorial == 5.factorial && 5.factorial == 120);
See Implementation
Returns the factorial of n