blob: f93908e2bd057bc42eb51cda8f0c69c385924671 (
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
25
|
.. _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
|