sqrtIma
sqrtIma is a term sometimes used informally to refer to the square root of a complex number's imaginary part. It is not a standard mathematical operator and does not appear in canonical mathematics texts, but it can be used as shorthand in programming or notes when focusing on the imaginary component of a complex value.
Definition: For a complex number z = a + bi, the imaginary part is Im(z) = b. sqrtIma(z) is
Examples: z = 3 + 4i yields sqrtIma(z) = 2. z = -2 − 9i yields sqrtIma(z) = 3i. In code, sqrtIma(z)
Usage and cautions: This construct ignores the real part of z and does not represent any standard