blockFallingFactorial
Falling factorial function
Extends from Modelica.Blocks.Interfaces.IntegerSO (Single Integer Output continuous control block).
Information
This block computes the falling factorial, y = nḵ.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| IntegerOutput | y (from IntegerSO) | Connector of Integer output signal | |
| Modelica.Blocks.Interfaces.IntegerInput | n | Integer number | |
| Modelica.Blocks.Interfaces.IntegerInput | k | Falling factorial power |
Revisions
-
July 17, 2018, by Massimo Cimmino:
First implementation.