fastpow
Approximated first input to the power of the second input
fastpow(in1, in2): out1
Arguments:
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. |