2
I wonder if there is a way to find the exact angle of a triangle without depending on the table.
In my program, I’m taking the value in radian and turning it into degrees, but the value does not match the table.
My triangle is 233.5px high and 180 wide. When performing the sine, I find an angle of 45, but in 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 must reach these values through the program because I cannot define them.
Oops, thank you so much bro! It worked perfectly here, I’ll just read there to understand why. :)
– Pedro Lucas Flor
@Pedrolucasflor Just one remark, in your question you said "233.5px" high. If you are searching for this value by the attribute some element displayed in the browser is very likely to get a top up and this influences the result.
– Leandro Angelo