IMSQRT (square root of a complex number)

<< Click to Display Table of Contents >>

IMSQRT (square root of a complex number)

Syntax:

IMSQRT(ComplexNumber)

Description:

Returns the square root of a complex number.

ComplexNumber must be a complex number in x+yi or x+yj format. Tip: Complex numbers can be created with the COMPLEX function.

Example:

IMSQRT("2+4i") returns 1.79890743994787 + 1.11178594050284i

See also:

COMPLEX, IMPOWER