math_power
Raise a base number to a given exponent to compute powers for math and science calculations.
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 |