power
Calculate the result of raising a base number to a given exponent. Use this for exponentiation, powers, and repeated multiplication in math expressions.
Instructions
Calculate base raised to the power of exponent (乘方).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | ||
| exponent | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |