Sqrt
Previous
Top
Next
Returns the square root of the given number.
Syntax: Sqrt (Number)
Example:
Msgbox(Sqrt(16))
Will display 4.