OpenBIMRL | Mathematical polynomial functions
Class path: math.polynomials.powerOf2
Power of two

Description
The power of two node calculates the power of two of a number. Power to the base 2.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | X | Number | Number by which the base is exponentiated (exponent) |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | 2^X | Number | Result value (power value) |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself