functionfallingFactorial
Returns the k-th falling factorial of n
Extends from Modelica.Icons.Function (Icon for functions).
Information
Function that evaluates the falling factorial "k-permutations of n".
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n | Integer number | |
| Integer | k | Falling factorial power |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | f | k-th falling factorial of n |
Revisions
-
May 22, 2019, by Michael Wetter:
Changed upper limit formaxInt.
This is for issue 1145. -
February 9, 2018, by Massimo Cimmino:
First implementation.