What Is a Double Factorial Calculator?
The double factorial calculator helps you quickly compute the double factorial (n!!) of any non-negative integer.
- Odd double factorial: n!! = n × (n-2) × (n-4) × ... × 1, e.g., 7!! = 7 × 5 × 3 × 1 = 105
- Even double factorial: n!! = n × (n-2) × (n-4) × ... × 2, e.g., 6!! = 6 × 4 × 2 = 48
How to Use the Double Factorial Calculator?
- Enter a non-negative integer in the "Number" input box, e.g., 7.
- Click the "Calculate" button, or press Enter in the input box.
- View the result in the "Output" box. The result includes the full calculation process, e.g., 7!! = 7 × 5 × 3 × 1 = 105.