function sqrt

Returns the square root of X.

Syntax
result = sqrt(X)

Arguments
X:   The value whose square root is to be returned. This can be a number (integer, real, complex) or a matrix. If X is a matrix, a matrix of the same size is returned where each element represents the result of the operation.