# RADIANS

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 number from degrees to radians.

## Syntax

RADIANS(*value*)

## Arguments

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

## Remarks

Converts angle in degrees to angle in radians.

## Data Types

Accepts numeric data for all arguments. Returns numeric data.

## Examples

`RADIANS(B3)`
`RADIANS(R1C2)`
`RADIANS(45)` gives the result 0.7853981634 (which is p/4)

## Version Available

This function is available in product version 1.0 or later.

## See Also

[DEGREES](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsDtoG/FunctionDEGREES) \| [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)