# Pow (BaseExponent)

| **Name**    | ***Pow***                                                                                  |
| ----------- | ------------------------------------------------------------------------------------------ |
| Syntax      | Pow (Real base, Real exponent)                                                             |
| Purpose     | To return base value raised to the power signified by the exponent value.                  |
| Description | Returns base raised to power exponent                                                      |
| Return Type | Real                                                                                       |
| Parameters  | <p>base \[System.Double] – Base value</p><p>exponent \[System.Double] – Exponent value</p> |

![](https://github.com/astera-software/Astera_Data_Stack_v9/blob/main/.gitbook/assets/0%20\(46\).png)

**Example**

In this example, we are passing *base* and *exponent* values to the function transformation object using a *Variables* object.

Where,

*base* = 5

*exponent* = 3

<figure><img src="https://github.com/astera-software/Astera_Data_Stack_v9/blob/main/.gitbook/assets/1%20(47).png" alt=""><figcaption></figcaption></figure>

In the *Data Preview* window, you can see that the returned value, 125, is the *base* value, 5, raised to the *exponent* value, 3.

![](https://github.com/astera-software/Astera_Data_Stack_v9/blob/main/.gitbook/assets/2%20\(47\).png)
