#How to get inverse of tan

6 messages · Page 1 of 1 (latest)

placid ingot
#

Math.atan(4/4) returns 0.7853981633974483 even though when i tried tan-1(4/4) on a calculator it returns 45 what am i doing wrong

leaden peakBOT
#

This post has been reserved for your question.

Hey @placid ingot! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

brazen smelt
#

Math.atan return radians , your calculator returns degrees. To convert radians to degrees multiply the result by 180/π

placid ingot
#

Ahh

#

Tysm