階乘計算器
逐步計算一個數的階乘
此計算器將求出給定數的階乘(整數或非整數、負或非負),並顯示計算步驟。
您的輸入
求$$$5!$$$
解答
正整數 $$$n$$$ 的階乘是小於或等於 $$$n$$$ 的所有正整數的乘積: $$$n! = 1 \cdot 2 \cdot \ldots \cdot (n-1) \cdot n$$$.
因此,$$$5! = 1 \cdot 2 \cdot 3 \cdot 4 \cdot 5 = 120$$$。
答案
$$$5! = 120$$$A
Please try a new game Rotatly