blob: 219a86671c33e7aab6df98a14e7260dbf9202368 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
.. _lang-pow:
pow()
=====
Calculates the value of a number raised to a power.
Library Documentation
---------------------
.. doxygenfunction:: pow
See Also
--------
- :ref:`sqrt() <lang-sqrt>`
- :ref:`float <lang-float>`
- :ref:`double <lang-double>`
.. include:: /arduino-cc-attribution.txt
|