DEGREES function
From Apache OpenOffice Wiki
< Documentation | How Tos
Trigonometric
Hyperbolic
Rounding and remainders
Logarithm/Powers
Bessel functions
Miscellaneous
DEGREES
Converts radians into degrees.
Syntax:
DEGREES(radians)
- radians is the angle in radians to be converted to degrees.
Example:
DEGREES(PI())
- returns 180 degrees
See Also