OpenOffice3.org Calc 3. Mathematical Functions

DEGREES(Number) Function

Take the argument “Number” which is expressed in radians and converts it into its corresponding value in degrees. The argument “Number” contains a numeric value in radians. For example:

=DEGREES(PI()) Returns 180. The constant Pi is equal to 180 degrees.
=DEGREES(1,1) Returns 63,03.
=DEGREES(-1,1) Returns -63,03.

 

Back to the list of mathematical functions