Wikidev
CATEGORY
CONTACT
APP
Sign Up
Login
Submit
You are here :
python_3
→
cmath
→
cmathsqrt
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