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