# Power

## Overview

![The Power Node.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-c4c2270eb3f84f1c0a1931d2da1a58076359b6ac%2Fpowernode20241.png?alt=media)

**Power** performs an *exponentiation operation*, meaning that it multiplies the `Base` value against itself *n* times, with *n* being defined by `Exponent`.

[**Scope**](https://docs.incari.com/incari-studio/overview#scopes): **Project**, **Scene**, **Function**, **Prefab**.

## Attributes

![The Power Node Attributes.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-1500189b388b284e42ede00e57bbcd1818ffff72%2Fnode-power2-attr.png?alt=media)

| Attribute          | Type                                          | Description                                                                            |
| ------------------ | --------------------------------------------- | -------------------------------------------------------------------------------------- |
| `Data Type`        | **Drop-down**                                 | The type of data that will be plugged into the `Base` and `Exponent` **Sockets**.      |
| `Default Base`     | *Defined in the `Data Type`* ***Attribute***. | The default value of `Base`, if no value is provided in the `Base` **Socket**.         |
| `Default Exponent` | *Defined in the `Data Type`* ***Attribute***. | The default value of `Exponent`, if no value is provided in the `Exponent` **Socket**. |

## Inputs

| Input             | Type                                          | Description                                                             |
| ----------------- | --------------------------------------------- | ----------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**                                     | A standard input **Pulse**, to trigger the execution of the **Node**.   |
| `Base`            | *Defined in the `Data Type`* ***Attribute***. | The base value that will be multiplied against itself multiple times.   |
| `Exponent`        | *Defined in the `Data Type`* ***Attribute***. | The number of times the `Base` value will be multiplied against itself. |

## Outputs

| Output             | Type                                          | Description                                                                                                                            |
| ------------------ | --------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**                                     | A standard output **Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Output`           | *Defined in the `Data Type`* ***Attribute***. | The result of the *exponentiation operation*.                                                                                          |

## See Also

* [**Root**](https://docs.incari.com/incari-studio/toolbox/math/root)

## External Links

* [*Exponentiation: Definition & Examples*](https://study.com/academy/lesson/exponentiation-definition-examples-quiz.html) on Study.com.
* [*Exponentiation*](https://en.wikipedia.org/wiki/Exponentiation) on Wikipedia.
