factorial
Calculate factorial values for any integer using the formula n! = n × (n-1) × ... × 2 × 1. This tool computes mathematical factorials for arithmetic and sequence calculations.
Instructions
Calculate factorial n! = n × (n-1) × ... × 2 × 1. (Domain: arithmetic, Category: basic_sequences)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes |