数値の階乗を求める

Calculate the factorial of a number.
メモ|Note
- 特になし。
スクリプト|Script
| Python | DesignScript Syntax |
|---|---|
math.factorial(x) |
Math.Factorial(x) |
※引数は一例です。
索引|Index
| Grasshopper | Dynamo |
|---|---|
| [Math > Operators > Factorial] | [Math > Functions > Factorial] |

Calculate the factorial of a number.
| Python | DesignScript Syntax |
|---|---|
math.factorial(x) |
Math.Factorial(x) |
※引数は一例です。
| Grasshopper | Dynamo |
|---|---|
| [Math > Operators > Factorial] | [Math > Functions > Factorial] |