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
Този браузър вече не се поддържа.
Надстройте до Microsoft Edge, за да се възползвате от най-новите функции, актуализации на защитата и техническа поддръжка.
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