I have a qestion for you. I want to know how to calculate side in right triangle. I know we have to use for example sin(alpha) = a/c but in roblox when I use math.sin(alpha) then result is incorret because it need radians instead of degrees. How should I calculate other sides in triangle then ? (I know 1 side and 1 angle)
May I ask how to use math.asin? This question doesn’t deserve to be a topic and is also related to trigonometry so I’m posting it here. I have tried printing math.asin(math.sin(math.rad(60))) and math.rad(math.asin(math.sin(math.rad(60)))), which should have output 60 but didn’t.