power
Compute the result of a base number raised to a given exponent. Provide the base and exponent as numeric inputs.
Instructions
Raise base to the power of exponent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | ||
| exponent | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |