square root
y=sqrt(x)
:x real or complex scalar or vector/matrix :
sqrt(x) is the vector/matrix of the square root of the x elements. Result is complex if element of x is negative.
A = `matrix`_(4:4:16,2,2) sqrt(A) sqrt(-1)
Enter search terms or a module, class or function name.