You are viewing a single comment's thread. Return to all comments →
Guys in a copy pen solve the Question using simple geometry then you will find the angle to be arctan of height and base then just apply it:
import math a=int(input()) b=int(input()) rad=math.atan(a/b) print(round(math.degrees(rad)),chr(176),sep="")
Seems like cookies are disabled on this browser, please enable them to open this website
Find Angle MBC
You are viewing a single comment's thread. Return to all comments →
Guys in a copy pen solve the Question using simple geometry then you will find the angle to be arctan of height and base then just apply it:
import math a=int(input()) b=int(input()) rad=math.atan(a/b) print(round(math.degrees(rad)),chr(176),sep="")