sqrt:

Syntax:	sqrt ( A )

Description:

	Sqrt returns the square-root of it's argument. If the argument
	is a matrix, then an element-by-element square-root operation
	is performed.

	sqrt(-1) will produce 1i.
