Skip to main content Skip to complementary content

RADIANS

Converts a given angle in degrees to its value in radians.

Syntax

RADIANS(X)

Arguments

X

Type: numeric

A numeric value representing an angle in degrees.

Returns

Type: double

X number of degrees expressed as a number in radians.


Examples

X Output
1 0.017453292519943295
1 + 1 0.03490658503988659
0 0.0
1.1 0.019198621771937624
-1 -0.017453292519943295

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!