csqrt - Complex square root
val= csqrt(a)
input number
result of sqrt
Complex square root Csqrt returns sqrt(a) for an arbitrary complex a. An equivalent formula is cspow(a,0.5).
sepmath