SquareRoot

Parameters
x real

Should be greater than or equal to 0.

comment

Returns the square root of x. If x is less than or equal to zero this returns 0.0

patch

1.00

pure
This function is pure. For the same values passed to it, it will always return the same value.
return type
real
Source code
native SquareRoot takes real x returns real
Source
common.j
wc3modding.com
SquareRoot