> ## Documentation Index
> Fetch the complete documentation index at: https://help.dingtalk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# POWER

> The POWER function calculates a number raised to a specified power. It is supported across various YiDA scenarios such as forms and workflow design. Learn its syntax, attribute descriptions, and how to apply it.

The **POWER** function calculates a number raised to a specified power.

## Supported Product Scenarios

The POWER function is supported in the following YiDA scenarios:

* Form (main form fields)
* Form (business association rules)
* Form (validation)
* Workflow design (validation rules)
* Workflow design (association actions)
* Integration and automation
* Workflow node
* Connector

## Syntax

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
POWER(number,power)
```

## Attribute Descriptions

| Attribute | Required | Description                                          |
| --------- | -------- | ---------------------------------------------------- |
| number    | Yes      | Number type. The base, which can be any real number. |
| power     | No       | Number type. The exponent of the power operation.    |

## Return Value

| Return type | Description                        |
| ----------- | ---------------------------------- |
| Numerical   | The result of the power operation. |

## Example

As shown below, use the `POWER()` function to calculate `2` raised to the power of `10`.

## Try It Out

Calculate the power of a Number component value.
