blob: fbabf829d1daa2a0565b0e1a50c5bf6d1e684464 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
|