You are here : python_3cmathcmathsqrt

cmath.sqrt() - cmath

Return the square root of x. This has the same branch cut as log().


Syntax

cmath.sqrt(x)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference