factorial
Calculate the product of integers from 1 to n, with progress reporting for long runs. Use it for combinatorics, probability, and recursion tasks.
Instructions
Calculate factorial of n with progress reporting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |