.Buildings.Utilities.Math.Functions.fallingFactorial

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 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos