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