RADIANS

Converts the given number in degrees to radians.

Sample Usage

RADIANS(360)
RADIANS(C5)

Syntax

RADIANS(number)

  • number - The number, in degrees, which is to be converted to radians.

Examples

RADIANS(360) converts 360 degrees into radians and returns 6.28318.
RADIANS(C5) converts the degrees contained in C5 to radians.