Angular Units and Trigonometric Functions
When we talk about arguments to trigonometric functions, there are at least $2$ common angular units: degrees ($360$ to a full rotation) and radians ($2\pi$ to a full rotation). A number of calculators also support gradians ($400$ to a full rotation), which are only used in some countries and usually only in certain occupations (e.g. surveying, mining, geology).
In mathematics, we usually use radians because when angles are measured in radians, we have
$$
\lim_{x\to0}\frac{\sin(x)}{x}=\lim_{x\to0}\frac{\tan(x)}{x}=1\tag1
$$
That is, for small angles, $\sin(x)\sim\tan(x)\sim x$. The actual ordering for $|x|\lt\frac\pi2$ is
$$
\frac{\sin(x)}{x}\le1\le\frac{\tan(x)}{x}\tag2
$$
Furthermore, when $x$ is in radians, we have the nice series
$$
\sin(x)=\sum_{n=0}^\infty(-1)^n\frac{x^{2n+1}}{(2n+1)!}\tag3
$$
and the value of
$$
\arctan(x)=\sum_{n=0}^\infty(-1)^n\frac{x^{2n+1}}{2n+1}\tag4
$$
is in radians.
Radians are also natural because an arc which subtends $x$ radians on a circle of radius $r$ has length $rx$.
So when we talk about angles, and don't mention the units, we assume radians.
The Exponential of Imaginary Numbers
For $x\in\mathbb{R}$, we can write
$$
e^x=\lim_{n\to\infty}\left(1+\frac xn\right)^n\tag5
$$
so it seems reasonable to write
$$
e^{ix}=\lim_{n\to\infty}\left(1+\frac{ix}n\right)^n\tag6
$$
Multiplication by $1+\frac{ix}n$ increases the absolute value so minimally, that even when repeated $n$ times, it is insignificant as $n\to\infty$. However, multiplication by $1+\frac{ix}n$ rotates a number on the unit circle by a distance of $\frac xn$ counter-clockwise along the circle. When this is repeated $n$ times, it rotates a number on the unit circle by a distance of $x$.
Thus, $e^{ix}$ is a point on the unit circle whose counter-clockwise distance from $1+0i$ is $x$. This is why we use radians when saying
$$
e^{ix}=\cos(x)+i\sin(x)\tag7
$$
To see a more detailed explanation of $(7)$, see this answer.