The DEGREES() function returns the angle in degrees from a "Number" in radians.
The ASIN(), ACOS(), ATAN() and ATAN2() functions return radians.
Given a radian measure of π (PI) the function returns 180 degrees.
The DEGREES() function returns NULL if the value of "Number" is NULL.
DEGREES() is the inverse function of RADIANS(). |