ex-4: change the order of the entries of the definition of atan()

This commit is contained in:
Giù Marcer 2020-05-30 18:41:20 +02:00 committed by rnhmjoj
parent ac9789a7d6
commit 28664215e8

View File

@ -100,8 +100,8 @@ where:
$$
\begin{cases}
\arctan(P_h/P_v) &\incase P_v > 0 \\
\arctan(P_h/P_v) + \pi &\incase P_v < 0 \\
\pi/2 &\incase P_v = 0
\pi/2 &\incase P_v = 0 \\
\arctan(P_h/P_v) + \pi &\incase P_v < 0
\end{cases}
$$