Number.Factorial
Syntax
Number.Factorial(number as nullable number) as nullable number
About
Returns the factorial of the number number
.
Example 1
Find the factorial of 10.
Usage
Number.Factorial(10)
Output
3628800
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Number.Factorial(number as nullable number) as nullable number
Returns the factorial of the number number
.
Find the factorial of 10.
Usage
Number.Factorial(10)
Output
3628800