OpenBIMRL | Mathematical operator functions
Class path: math.operators.power
Power
Description
The power node calculates the power of two numbers.
Input
Input | Name | Type | Description |
---|---|---|---|
0 | A | Number | The number that is exponentiated (base) |
1 | B | Number | The number by which the power is raised (exponent) |
Output
Output | Name | Type | Description |
---|---|---|---|
0 | A^B | Number | Result of the power (power value) |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself