Search Docs
return the square root of the parameter
genType sqrt(genType x)
x
sqrt returns the square root of x. i.e., the value $$ \sqrt{x} $$ Results are undefined if 𝑥<0.
sqrt