The DEGREES function in Google Sheets converts an angle value in radians to degrees. Whether you're working with trigonometry, geometry, or physics calculations, the DEGREES function simplifies moving between angle units. Dive into our comprehensive guide to master its application.
Parameters
angle: The angle value in radians that you want to convert to degrees.
Step-by-Step Tutorial
-
Using
DEGREESwith a single angle value:- Example:
=DEGREES(1) - Result:
57.29577951
- Example:
-
Converting a full radian circle:
- Example:
=DEGREES(PI()) - Result:
180
- Example:
Use Cases and Scenarios
- Trigonometry: Convert radian values returned by functions like
ATANorASINinto degrees for easier interpretation. - Geometry: Convert angles from radians to degrees for geometric diagrams and reports.
- Physics: Convert radian angles to degrees for physics equations and lab measurements.
Related Functions
RADIANS: Converts an angle value in degrees to radians.PI: Returns the value of Pi to 14 decimal places.
Related Articles
No related articles available for the DEGREES function.