# Math.power

## Description

Returns the value of the base raised to the power of the component.

## Input / Parameter

| Name  | Description                    | Input Type | Default | Options | Required |
| ----- | ------------------------------ | ---------- | ------- | ------- | -------- |
| base  | The value to raise.            | Number     | -       | -       | Yes      |
| power | The number of powers to raise. | Number     | -       | -       | Yes      |

## Output

| Description                                     | Output Type |
| ----------------------------------------------- | ----------- |
| The value raised to the power of the component. | Number      |

## Callback

N/A

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
