From d9cbd78e29d42e70bb46641dd43ee0772c8c975f Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Sun, 28 Nov 2010 11:23:33 -0500 Subject: reorganized all the arduino/ docs into a lang/ subdirectory since they're properly CC attributed now. --- source/lang/sqrt.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 source/lang/sqrt.rst (limited to 'source/lang/sqrt.rst') diff --git a/source/lang/sqrt.rst b/source/lang/sqrt.rst new file mode 100644 index 0000000..956a754 --- /dev/null +++ b/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 ` +- :ref:`sq ` + + +.. include:: cc-attribution.txt -- cgit v1.2.3