The SQRT function accepts any positive number and returns the square root of that number. The square root is always positive. The algorithm for deriving a square root is essentially the traditional Newton-Raphson method. However, an initial estimate is first derived.