sqrt — square root
y=sqrt(x)
real or complex scalar or vector
sqrt(x) is the vector of the square root of the x elements. Result is complex if x is negative.
sqrt(x)
x
sqrt([2,4]) sqrt(-1)