Q&A is closed
Calculates the square root of a number.
x: the number, any data type
double, the number's square root.
* pow(base, exponent) * sq
Source: arduino.cc