<< Go back to all functions

RADIANS

The RADIANS function in Google Sheets converts an angle value in degrees to radians.

Function Syntax and Parameters

Syntax: RADIANS(angle)

Parameters:

  • angle: The angle value in degrees to be converted to radians.

Step-by-Step Tutorial

  1. Using RADIANS to convert an angle to radians:
    • Example: =RADIANS(45)
    • Result: 0.7853981634

Use Cases and Scenarios

  1. Trigonometry: Convert degrees to radians for trigonometric calculations.

Related Functions

  • DEGREES: Converts an angle value in radians to degrees.

Related Articles