pub fn angle<E, A, B, const SIZE: usize>(a: &A, b: &B) -> Ewhere A: VectorIter<E, SIZE>, B: VectorIter<E, SIZE>, E: NdFloat,
Computes the angle between two vectors.