ID EN
Complex Math

sqrt

Python 3.11

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

Syntax

PYTHON
cmath.sqrt(x)

See Also

log()