I'm trying to find out the angle of the triangle in the following, I know it should be 90 degrees, however I don't know how to actually calculate it in the following:
Here's what I've tried:
angle = math.cos(7/9.899)
angleToDegrees = math.degrees(angle)
returns: 43.XX
What am I doing wrong?