---
title: "pow · RUAL Documentation"
description: "Returns the base to the exponent power"
canonical: https://docs.rual.nl/block-types/math/number_math_pow
language: en
---

# pow

This block is part of the [`math`](https://docs.rual.nl/block-types/math) group and was last modified in core [`v10.4.28`](https://docs.rual.nl/core-versions/100428).

Returns the base to the exponent power

- Base required `number`

- Exponent required `number`

- Number `number`

A typical wiring for [Pow](https://docs.rual.nl/block-types/math/number_math_pow): the `number` out pin feeds [cast to value](https://docs.rual.nl/block-types/type%20casting/number_convert_to_value).

![Studio canvas example for the Pow block: typical wiring for Pow.](https://docs.rual.nl/canvas-examples/number_math_pow.png)

### Version history

Introduced in [`v10.4.28`](https://docs.rual.nl/core-versions/100428).
