Last Updated: Mar 15, 2021
Use this function to calcuate factorial of the input number.
Get Factorial (number)
| Input Parameter Name | Description | 
|---|---|
| number | Integer value | 
| Return Value | Description | 
|---|---|
| Factorial | Returns the factorial of the input number | 
Get Factorial (4) * Returns 24.
To view all the Math functions, click here.