Returns the square root of a number.
[h: num = squareroot(num)]
[h: num = sqrt(num)]
[r: squareroot(9)]
[r: squareroot(81)]
Returns
3 9