F factorial(n: number): number
Returns the factorial of the input number _n!_ = 1 2 ... * n.
1 2 ... * n
V lookup: *