Function SQRT

sqrt(v)
The function returns the square root of a specified number. Example:
a = sqrt(100) ' it is 10

See also: