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