Just seeking advice here! I have 3 coordinates;
$A(-0.52992,0.84805,0),\\ B(0.84805,0,0.52992),\\C(0.15461,0.47553,0.86603)$.
I want to find the angles at $A$, $B$ and $C$. Hence, I find the normal of the planes through the great circle $AB$, $AC$, $BC$ respectively.
I can easily find that the (unit) normals are
$n_{AB}:(0.50306,0.31434,-0.80506)\\n_{BC}:(-0.31209,-0.80818,0.49945)\\n_{AC}:(0.77558,0.48464,-0.40448)$
Is the angle at $A$ just $cos^{-1}(n_{AB}.n_{AC})$, angle at $B$ is $cos^{-1}(n_{AB}.n_{BC})$, angle at C is $cos^{-1}(n_{AC}.n_{BC})$?
What I am worried is that $n_{AB}.n_{BC}=-0.81313$ and hence $arccos(-0.81313)=2.5203$. This is the same situation for angle $C$. Am I still correct considering that the angles $B$ and $C$ are more than $\pi$? Can an angle be more than $\pi$? Or is there any way I can reduce the angle?
Edit: I can try to visualize the points on the sphere, it seems that angle $C$ is more than $\frac{\pi}{2}$, but angle $B$ seems to be less than $\frac{\pi}{2}$, am I still correct to say that angle $B$ is $2.52$ rad?

Two things: