aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/lang/api/pow.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/lang/api/pow.rst')
-rw-r--r--docs/source/lang/api/pow.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/source/lang/api/pow.rst b/docs/source/lang/api/pow.rst
new file mode 100644
index 0000000..219a866
--- /dev/null
+++ b/docs/source/lang/api/pow.rst
@@ -0,0 +1,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