cos (theta) = [ u dot v ] / [ length of u * length of v ]
u = (-13, -1) v = (19, -3.1)
u dot v = ( -13 * 19 + -1 * -3.1) = (-247 + 3.1) = -243.9
Length of u = sqrt[ 13^2 + 1^1) = sqrt (170)
Length of v = sqrt ( 19^2 + 3.1^2) = sqrt (370.61)
cos (theta = -243.9 / [ sqrt (170) * sqrt ( 370.61) ]
arccos [ -243.9 / [ sqrt (170) * sqrt (370.61) ] = theta ≈ 166.33°
