Advertisement
EXTREMEXPLOIT

MathTest

Oct 23rd, 2018
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. M1 = math.acos((X1*X2+Y1*Y2+Z1*Z2)/((math.sqrt(X1**2+Y1**2+Z1**2))*(math.sqrt(X2**2+Y2**2+Z2**2))))
  2. M2 = (180/(math.pi))*M1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement