IMSQRT
Returns the square root of a complex number.
EngineeringEngineering & Science
What it does
Calculates square root of a complex number.
Syntax
IMSQRT(inumber)
Arguments
inumber(text) β Complex number.
Examples
Complex Sqrt
Sqrt of -1.
FORMULA
=IMSQRT("-1")RESULT
0+1i
SAMPLE DATA
| A | |
|---|---|
| 1 | Comp |
| 2 | -1 |