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
- Using
RADIANS
to convert an angle to radians:- Example:
=RADIANS(45)
- Result:
0.7853981634
- Example:
Use Cases and Scenarios
- Trigonometry: Convert degrees to radians for trigonometric calculations.
Related Functions
DEGREES
: Converts an angle value in radians to degrees.