The multifactorial function is a generalization of the factorial function
fact(x,1) = x! = x(x-1)(x-2)...(1)
fact(x,2) = x!! = x(x-2)(x-4)...(1)
fact(x,3) = x!!! = x(x-3)(x-6)...(1)
引用格式
Matt (2026). Multifactorial function (https://ww2.mathworks.cn/matlabcentral/fileexchange/39588-multifactorial-function), MATLAB Central File Exchange. 检索时间: .
| 版本 | 已发布 | 发行说明 | Action |
|---|---|---|---|
| 1.0.0.0 |
