Factorial of a number
Calculates the factorial of a number
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Base | The number to be calculated the factorial of | NUMBER | true |
Output
Name | Description | Type | Default value |
---|---|---|---|
Result | The result of calculating the factorial of a number | NUMBER | RESULT |