======sqrt(x) ====== ====Description ==== Calculates the square root of a number. ====Parameters ==== x: the number, any data type ====Returns ==== double, the number's square root. ====See also ==== * [[arduino:math:Pow]] * [[sq]] Source: arduino.cc