aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/lang/sqrt.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/lang/sqrt.rst')
-rw-r--r--docs/source/lang/sqrt.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/source/lang/sqrt.rst b/docs/source/lang/sqrt.rst
new file mode 100644
index 0000000..956a754
--- /dev/null
+++ b/docs/source/lang/sqrt.rst
@@ -0,0 +1,25 @@
+.. _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:: cc-attribution.txt