.IDEAS.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-11-21T19:25:40Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos