Function that evaluates the falling factorial "k-permutations of n".
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;
maxInt
.