<< Click to Display Table of Contents >> DEGREES (convert radians to degrees) |
Syntax:
DEGREES(Number)
Description:
Converts radians into degrees.
The following conversion formula is used:
DEGREES(x) = x * 180 / PI()
Example:
DEGREES(PI()) returns 180
See also: