factorial
Compute the product of all positive integers up to a given non-negative integer. Enter a whole number to get its exact result.
Instructions
Calculate the factorial of a non-negative integer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |