OpenBIMRL | Mathematical polynomial functions
Class path: math.polynomials.powerOf10
Power of ten

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