Factorial algorithm
/ Math
tags: math
Return n factorial as an integer. For float n make a round first. In mathematics, the factorial of a non-negative integer n, denoted by n!, is the product of all positive integers less than or equal to n.
Searching