Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
factorial
階乗関数
呼び出し手順
f = factorial ( n )
パラメータ
- n :
doubleの行列. 値は正の整数である必要があります.
- f :
doubleの行列.
説明
nの階乗,つまり,整数 1 * 2 * ... * nの積を返します.
この関数は n > 170 となるとオーバーフローします.
例
参考文献
Introduction to discrete probabilities, Michael Baudin
Report an issue | ||
<< factor | Discrete mathematics | gcd >> |