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
Acest browser nu mai este acceptat.
Faceți upgrade la Microsoft Edge pentru a profita de cele mai noi funcții, actualizări de securitate și asistență tehnică.
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