Computes x to the power of y
| Name | Type | Opt | Description |
|---|---|---|---|
| base-value | float or int | opt | Sets the base value. The default value is 0. |
| bang | Causes pow to output the most recent value it has calculated. | |
| int | base/exponent-value [int] |
In left inlet: Sets the exponent. In right inlet: Sets the base value. |
| float | base/exponent-value [float] |
In left inlet: Sets the exponent. In right inlet: Sets the base value. |
| (inlet1) | base-value [float] |
In right inlet: Sets the exponent. |
| list | exponent and base values [list] |
A list consisting of the base-value followed by the exponent-value will cause pow to output the base-value raised to the power of the exponent. |
