factorial( n )
The factorial of n in SageMath. Defined by
\[ n! = n \cdot (n-1) \cdot (n-2) \cdots 3 \cdot 2 \cdot 1 \]Alias of gamma( n + 1 ) for noninteger arguments.
Special values:
Related functions: gamma
Function category: gamma functions sagemath-docs