Up until now, I've been using rads and degrees interchangeably, simply using the $^{\circ}$ symbol to signify degrees, and then using the correct trigonometric function, so that: $$sin(90^\circ)=sin(π/2)$$
I would think that the same line of thought could be used when dealing with complex exponentials, since x appears to always end up in a trigonometric function: $$e^{ix}=cos(x) + isin(x)$$
However this seems to completely break down when logarithms are brought into the picture: $$ln(e^{ix})=i(x + 2κπ),\hspace{1em}κ\in\mathbb{Z}$$
But (assume $κ=0$ for simplicity's shake) $$ln(5e^{i90^\circ}) = ln5 + i90^\circ$$ Isn't the same number as $$ln(5e^{iπ/2}) = ln5 + iπ/2$$
My textbook (on electronic circuit analysis) tells me to use radians here, but there is no mention as to why. Any help would be greatly appreciated.