# RADIANS

## Content

This function converts the specified number from degrees to radians.

## Syntax

`RADIANS(value)`

## Arguments

<span data-teams="true">[</span>Required<span data-teams="true">] </span>This function takes any real number angle value as the argument.

## Remarks

Converts angle in degrees to angle in radians.

## Examples

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