As the title suggests, I am having trouble finding the cube roots of $-i$. I looked at the similar post of finding the cube roots of just $i$ but I am having some confusion.
Complex numbers are of the form $z=a+bi$.
$$-i= 0+(-1)i$$
Giving a modulus of $|z|=\sqrt{0^2+(-1)^2}=1$
Then finding $\arg(-1)=\tan^{-1}\left(\large\frac{b}{a}\right)$, right? But our $a=0$, so how can we continue from here?
I'm sure there is some small detail I am overlooking. Thanks in advance.