diff options
Diffstat (limited to 'docs/source/arduino/sqrt.rst')
-rw-r--r-- | docs/source/arduino/sqrt.rst | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/docs/source/arduino/sqrt.rst b/docs/source/arduino/sqrt.rst deleted file mode 100644 index f93908e..0000000 --- a/docs/source/arduino/sqrt.rst +++ /dev/null @@ -1,25 +0,0 @@ -.. _arduino-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 <arduino-pow>` -- :ref:`sq <arduino-sq>` - - -.. include:: cc-attribution.txt
\ No newline at end of file |