OpenBIMRL | Mathematische Operator Funktionen
Klassenpfad: math.operators.factorial
Fakultät
Beschreibung
Der Fakultäts-Knoten berechnet die Fakultät einer Zahl, also das Produkt aus allen Zahlen von 1 bis zu der Zahl selber.
Input
Input | Name | Typ | Beschreibung |
---|---|---|---|
0 | A | Number | Input Wert |
Output
Output | Name | Typ | Beschreibung |
---|---|---|---|
0 | Fact(A) | Number | Fakultät von Input0 |