power
Raises a base number to a given exponent and returns the result. Specify base and exponent to compute the power.
Instructions
Raise base to the given exponent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | ||
| exponent | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |