Function angle_cos

Source
pub fn angle_cos<K>(u: &Vector<K>, v: &Vector<K>) -> f32
where K: Copy + Default + Mul<f32, Output = K> + Into<f32> + Add<Output = K> + Mul<Output = K>,