Files
freeCodeCamp/guide/english/mathematics/radians-to-degrees/index.md
2018-10-16 21:32:40 +05:30

19 lines
285 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Radians to Degrees
---
## Radians to Degrees
One complete cycle = 2π Radians = 360 degrees
1 Radians = 360 / 2π degree
p Radians = p × 360 / 2π degree
### Examples:
2 Radian = 2 * 180/π Degrees
2.5 Radian = 2.5 * 180/π Degrees
0.3 Radian = 0.3 * 180/π Degrees