np_power
Compute element-wise exponentiation of array elements by raising each base value to a given exponent, supporting scalar or array exponents.
Instructions
Element-wise exponentiation of array elements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | The base array. | |
| b | Yes | The exponent (can be array or scalar). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |