These are two repesentations of complex numbers (in this case, used to define impedances- see Wikipedia for more info).
Also, note that in electrical engineering and related fields, the imaginary unit is represented as $j$ because the common representation of current is $i$.
Assuming you have a complex number $z$ represented in the cartesian form $a+jb$, you can transform it into other representations, such as polar representation: $$z=a+jb=R\cdot\mathrm{e}^{j\theta}$$
where $$R=|z|=\sqrt{a^2+b^2}\qquad \theta=\arg(z)=\arctan\biggl(\frac{b}{a}\biggr)$$
The representation you show (I do not know the proper name for this representation) is another polar representation, written differently:
$$z=a+jb=R\cdot\mathrm{e}^{j\theta}=R\angle\theta$$
where, again, $$R=|z|=\sqrt{a^2+b^2}\qquad \theta=\arg(z)=\arctan\biggl(\frac{b}{a}\biggr)$$