I would like to know if there is a way to find the exact angle of a triangle without depending on the table.
In my program, I'm getting the value in radian and turning it into degrees, but the value does not match that of the table.
My triangle is 233.5px in height and 180 in width. When I perform the sine, I find an angle of 45, but the table would be 52. And the angle I need to find is that of the table. The reason for the question is that I should get to these values through the program because I can not define them.