aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/lang/cpp/sqrt.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/lang/cpp/sqrt.rst')
-rw-r--r--docs/source/lang/cpp/sqrt.rst24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/source/lang/cpp/sqrt.rst b/docs/source/lang/cpp/sqrt.rst
new file mode 100644
index 0000000..fbabf82
--- /dev/null
+++ b/docs/source/lang/cpp/sqrt.rst
@@ -0,0 +1,24 @@
+.. _lang-sqrt:
+
+sqrt()
+======
+
+Calculates the square root of a number.
+
+Library Documentation
+---------------------
+
+.. doxygenfunction:: sqrt
+
+Arduino Compatibility
+---------------------
+
+The Maple versino of ``sqrt()`` is compatible with Arduino.
+
+See Also
+--------
+
+- :ref:`pow <lang-pow>`
+- :ref:`sq <lang-sq>`
+
+.. include:: /arduino-cc-attribution.txt