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, 0 insertions, 24 deletions
diff --git a/docs/source/lang/cpp/sqrt.rst b/docs/source/lang/cpp/sqrt.rst
deleted file mode 100644
index fbabf82..0000000
--- a/docs/source/lang/cpp/sqrt.rst
+++ /dev/null
@@ -1,24 +0,0 @@
-.. _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