.BuildingSystems.Utilities.Math.Functions.fallingFactorial

Returns the k-th falling factorial of n

Information

Function that evaluates the falling factorial "k-permutations of n".

Interface

function fallingFactorial
  extends Modelica.Icons.Function;
  input Integer n "Integer number";
  input Integer k "Falling factorial power";
  output Integer f "k-th falling factorial of n";
end fallingFactorial;

Revisions


Generated at 2025-03-13T19:24:49Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos