sqrt(<num>)
numeric
The square root of a number.
<num>The number in question. If this is negative, the square root of its positive value is returned.
Compute the √ my_no.
numeric x = sqrt(my_no)
Functions:
cbrt (numeric)