factorial
Compute the exact factorial of any integer up to 10,000 using arbitrary-precision arithmetic, avoiding overflow errors common with floating-point calculations.
Instructions
Compute n! exactly using arbitrary-precision integer math (avoids float64 overflow past ~18)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes |