Description
Syntax
sqrt(x)
Parameters
x
: the number. Allowed data types: any data type.
Returns
The number’s square root. Data type: double
.
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
.