Skip to main content

如何计算Factorial Calculator n!

learn.whatIsHeading

Factorial of n (written n!) is the product of all positive integers from 1 to n: n! = n × (n−1) × ... × 2 × 1. Factorials appear in combinations, permutations, probability, and Taylor series expansions.

分步指南

  1. 10! = 1 (by definition)
  2. 21! = 1, 2! = 2, 3! = 6, 4! = 24, 5! = 120
  3. 3n! = n × (n-1)!
  4. 4C(n,k) = n! / (k! × (n-k)!) — factorials underlie combination formulas

例题解析

输入
5!
结果
120
5×4×3×2×1 = 120
输入
10!
结果
3,628,800
About 3.6 million
输入
20!
结果
2.43 × 10¹⁸
Over 2 quintillion

准备好计算了吗?尝试免费的 Factorial Calculator n! 计算器

自己尝试一下 →

设置

隐私条款关于© 2026 PrimeCalcPro