"oriented" angle between vectors
Say, we are given two vectors v1(1,2) and v2(2,1). Question - how to find an "oriented" angle in clockwise direction between the given vectors?
Note, the angle between v1 and v2 will be equal to (360-(the angle between v2 and v1))
Any suggestions will be...