Multifactorial function

Computes the nth-multifactorial of an integer

您现在正在关注此提交

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. 检索时间: .

类别

Help CenterMATLAB Answers 中查找有关 Share and Distribute Software 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0