DEGREES (convert radians to degrees)

Navigation:  Formulas and functions > Functions from A to Z >

DEGREES (convert radians to degrees)

Previous pageReturn to chapter overviewNext page

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:

RADIANS