snowflake.snowpark.functions.factorial¶
- snowflake.snowpark.functions.factorial(e: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.6.1/src/snowflake/snowpark/functions.py#L1699-L1711)¶
Computes the factorial of its input. The input argument must be an integer expression in the range of 0 to 33.
Example: