How to find inverse of tan? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to find inverse of tan?

A=89.6 tan-1(exp(cos**2(root sin(A-50))) for the angle A Express the result in degree Round the result to 2 decimal place Multiply 100 to the rounded result Also where can I learn how to do it? Big thanks in advance

21st Sep 2019, 11:32 AM
Alina Tszin
Alina Tszin - avatar
2 Answers
+ 2
By using simple line of code: import math math.degrees(math.atan(1)) 45.0
21st Sep 2019, 11:56 AM
Chirag Kumar
Chirag Kumar - avatar
+ 2
Use atan function.
21st Sep 2019, 1:16 PM
Sonic
Sonic - avatar