Multifactorial function

Computes the nth-multifactorial of an integer

Ahora está siguiendo esta publicación

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)

Citar como

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

Categorías

Más información sobre Share and Distribute Software en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.0.0