Atan2(TangentPointY - CircleCenterY, TangentPointX - CircleCenterX)
If you know the tangent ratio of an angle, finding the unknown angle is called the 'inverse tan' operation, and is often written as: tan-1 or atan.
So: tan 30.96375653° = 0.6
So: tan-1(0.6) = 30.96375653°
native Atan2 takes real y, real x returns real
Then there's a thread on this already, I suggest you use search..
--donut3.5--JASS:native Atan2 takes real y, real x returns real