=ATAN(number)
=ATAN(3/3)
The ATAN function is used to calculate the arctangent of a given number, in either radians or degrees. For example, to calculate the arctangent of 3/3, you can use the above formula. This will return 0.785 radians.
=ATAN(1)*180/PI()
This formula calculates the arctangent of 1 in degrees, and will return 45 degrees.
=DEGREES(ATAN(1))
Another way to calculate the arctangent of 1 in degrees is to use the DEGREES function in combination with the ATAN function, and will also return 45 degrees.
The ATAN function calculates the arctangent of a number, which is the inverse tangent of the input number and the angle whose tangent is the input number.