factorial_calculator
Calculate the factorial of any non-negative integer. Essential for combinatorics, probability, and mathematical computations.
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 |