# DEGREES

Spread for WinForms provides advanced software components that support Excel import/export, full cell customization, an extensive calculation engine with over 450 functions and more, all with zero dependencies on Excel.

## Content



This function converts the specified value from radians to degrees.

## Syntax

DEGREES(*angle*)

## Arguments

This function takes any real number angle value as the argument.

## Remarks

This function converts angle in radians to angle in degrees.

## Data Types

Accepts numeric data. Returns numeric data.

## Examples

`DEGREES(B3)`
`DEGREES(R1C2)`
`DEGREES(PI())` gives the result 180

## Version Available

This function is available in product version 1.0 or later.

## See Also

[RADIANS](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsRtoS/FunctionRADIANS) \| [PI](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsMtoQ/FunctionPI) \| [Math and Trigonometry Functions](/spreadnet/docs/latest/online-formula/formulas-overview/formulas-functs/formulas-functtypes/formulas-functsmathtrig)