OpenBIMRL | Mathematical operator functions
Class path: math.operators.factorial
Factorial
Description
The factorial node calculates the factorial of a number, i.e. the product of all numbers from 1 to the number itself.
Input
Input | Name | Type | Description |
---|---|---|---|
0 | A | Number | Input value |
Output
Output | Name | Type | Description |
---|---|---|---|
0 | Fact(A) | Number | Factorial from Input0 |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself