Calculates the square root of a number.
sqrt(x)
x: the number. Allowed data types: any data type.
The number’s square root. Data type: double.