factorial_calculator
Compute the factorial of any non-negative integer. Provide an integer to receive its factorial result.
Instructions
Calculate the factorial of a non-negative integer.
Parameters:
n — Non-negative integer to calculate factorial of.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |