Computes the square root of a complex number. Learn more
IMSQRT is a function in Google Sheets that calculates the square root of a complex number. The function takes one argument:
complex_number: the complex number for which you want to calculate the square root. The syntax for using the IMSQRT function in Google Sheets is:
=IMSQRT(complex_number)
For example, if you want to find the square root of the complex number 4+3i, you can use the IMSQRT function in Google Sheets as follows:
=IMSQRT(4+3i)
The result would be 2+i, which is one of the two possible square roots of the complex number 4+3i.