Sqrt

number Sqrt(number value)

Calculates the square root of the given number and returns it.

Example
Sqrt(100)