Hi,
Have you tried to use the arcTan function? Example: ArcTan(1) = pi/4.
https://reference.wolfram.com/language/ref/ArcTan.html
Use
N[ArcTan[1]/Degree]
Estevao Teixeira, Thank you. This is what I was looking for.