Converts an angle from radians to degrees.
Hàm này hoạt động trong Google Sheets giống như trong Excel — cùng cú pháp và đối số.
DEGREES(angle)The DEGREES function takes a value in radians and converts it into its equivalent value in degrees. This is useful for trigonometric calculations where input data is provided in radians but output is required in degrees.
=DEGREES(PI())Kết quả: 180
Converts PI radians to 180 degrees.
=DEGREES(1)Kết quả: 57.29577951
Converts 1 radian to approximately 57.3 degrees.
Excel trigonometric functions like SIN and COS expect angles in radians; use DEGREES to convert results back to a human-readable format.