im guessing you want to find the angle difference between 2 vectors.
for that i would probably use vec_to_angle to convert each vector into an angle and then use ang_diff to get the difference.