# Mathf.Pow

Calculates Value raised to power Power.

![Mathf.Pow](./images/MathfPowCalculator.png)

## Property

<table border="1" class="docutils">
<tbody valign="top">
<tr>
<td>
Value
</td>
<td>
Radix value
</td>
</tr>
<tr>
<td>
Power
</td>
<td>
The value of the exponent
</td>
</tr>
<tr>
<td>
Result
</td>
<td>
Result output
</td>
</tr>
 </tbody>
</table>

