sqrt
Syntax Format
sqrt(x)
Overview
The sqrt
function returns the square root of the given data value. The given value needs to be >= 0 to receive a result.
Parameters
Parameter | Type | Purpose |
---|---|---|
x | numeric or series | Input value, taken into calculation |
Returns: numeric
or series
.
Example
value = sqrt(4) -- equals 2