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