Converts an angle value in degrees to radians. Learn more
In Google Sheets, the function RADIANS is a mathematical function used to convert an angle measured in degrees to radians.
Here's how the RADIANS function works:
The "angle" is the measurement of an angle in degrees that you want to convert to radians. The RADIANS function takes an angle in degrees as input and returns the corresponding angle in radians. Radians are a unit of measurement for angles used in many mathematical calculations.
For example, if you have an angle of 90 degrees and you want to convert it to radians, you can use the formula =RADIANS(90). The function will convert the angle to radians and return the result, which in this case would be approximately 1.57079633 radians.