Degrees ↔ Radians (with table)
Convert angles between degrees and radians. Includes a table of common values (0, 30, 45, 60, 90, 180, 270, 360).
Tabela de valores comuns:
| Degrees | Radianos (exato) | Decimal |
|---|---|---|
| 0° | 0 | 0 |
| 30° | π/6 | 0.5236 |
| 45° | π/4 | 0.7854 |
| 60° | π/3 | 1.0472 |
| 90° | π/2 | 1.5708 |
| 180° | π | 3.1416 |
| 270° | 3π/2 | 4.7124 |
| 360° | 2π | 6.2832 |
Degrees and radians, both ways
A degree splits the turn into 360 parts, a number inherited from Babylon for having many divisors. A radian defines the angle from the circle itself: one radian is the angle whose arc equals the radius, which makes a full turn two pi radians. The choice is not arbitrary — in radians, the formulas of calculus come out clean.
Type into either field and the other follows. The references worth carrying: half a turn is pi, a quarter is pi over two, 60 degrees is pi over three and 45 is pi over four. One radian alone is roughly 57.3 degrees, a number that comes up often enough to be worth memorising.
Why the radian is the natural unit becomes clear in calculus: the derivative of sine is cosine only when the angle is in radians. In degrees, a factor of pi over 180 appears in every derivative. It is also why practically every programming library expects radians in its trigonometric functions — passing degrees without converting is among the commonest bugs in geometry code.
Frequently asked questions
Why 360 degrees and not 100?
Why do libraries use radians?
What is a gradian?
Related Tools
Angle Converter
Convert angles between degrees (°), radians (rad), gradians (grad) and turns. Instant result in the browser.
Markdown ↔ Jira/Confluence Converter
Converts text between Markdown and Jira/Confluence wiki markup — headings, lists, tables, links, quotes and code blocks — in both directions.
Coordinates Converter
Convert geographic coordinates between decimal degrees (DD) and degrees-minutes-seconds (DMS). Handles formats like -23.55 ↔ 23°33'00"S. Everything in your browser.
CSV to Markdown Table
Convert CSV to a Markdown table ready for READMEs, docs and Wikis. Auto-detects separator (comma, semicolon or tab) and supports per-column alignment. Everything in your browser.
TSV → Markdown Table
Convert TSV (tab-separated) to a GFM Markdown table with configurable alignment (left, center, right).
Temperature Converter
Convert temperatures between Celsius, Fahrenheit, Kelvin and Rankine in real time. Simple, fast and processed directly in your browser.