I have a value for sin:
var opposite = 100;
var hypotenuse = 228;
var sin = opposite/hypotenuse;
I want to know what angle that is. On my calculator I can just do sin^-1(). This thread says to use asin but when I use asin I get 45°. The correct angle is 25°.