Home
/
Python 3.11
/
Complex Math
/
sqrt
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Complex Math
sqrt
Python 3.11
Return the square root of x. This has the same branch cut as log().
Syntax
PYTHON
Copy
cmath.sqrt(x)
See Also
log()