RADIANS (convert degrees to radians)

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

RADIANS (convert degrees to radians)

Previous pageReturn to chapter overviewNext page

Syntax:

RADIANS(Number)

Description:

This converts degrees to radians.

The following conversion formula is used:

RADIANS(x) = x * PI() / 180

Example:

RADIANS(180) returns 3.14159... (the value of the number Pi)

See also:

DEGREES