Table of Contents

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

* pow(base, exponent) * sq

Source: arduino.cc