I have this equation where an angle is calculated using following formula:
$$\theta = \text{arg}(C_1, C_2)$$
where $C_1, C_2$ are some numerical values. What exactly does it mean?
I have this equation where an angle is calculated using following formula:
$$\theta = \text{arg}(C_1, C_2)$$
where $C_1, C_2$ are some numerical values. What exactly does it mean?
Likely, $$\arg(a,b)=\arg(a+bi),$$ where the second $\arg$ is the usual argument of a complex number.
In some programming languages there is a function $\tt atan2(y,x)$ with this meaning.