Multifactorial function

Computes the nth-multifactorial of an integer

Sie verfolgen jetzt diese Einreichung

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)

Zitieren als

Matt (2026). Multifactorial function (https://de.mathworks.com/matlabcentral/fileexchange/39588-multifactorial-function), MATLAB Central File Exchange. Abgerufen .

Kategorien

Mehr zu Share and Distribute Software finden Sie in Help Center und MATLAB Answers

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
1.0.0.0