Numeric functions (Exponent and Root)
Computes the factorial of its input. The input argument must be an integer expression in the range of 0
to 33
.
FACTORIAL( <integer_expr> )
Copy
Examples¶SELECT FACTORIAL(0), FACTORIAL(1), FACTORIAL(5), FACTORIAL(10); +--------------+--------------+--------------+---------------+ | FACTORIAL(0) | FACTORIAL(1) | FACTORIAL(5) | FACTORIAL(10) | |--------------+--------------+--------------+---------------| | 1 | 1 | 120 | 3628800 | +--------------+--------------+--------------+---------------+
Copy
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4