pow
First input is raised to the power of the second input
pow(in1, in2): out1Arguments:
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
| in1 | number | The base of the exponential expression. Event version triggers calculation. | |
| in2 | number | The exponent of the exponential expression. Event version must trigger the left inlet in order to perform calculation |
Returns
| Name | Type | Description |
|---|---|---|
| out1 | number | The calculated output. |