Degrees to Radians
Snapshot
1 Degree equals 0.017453 Radians. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.
- Reference basis: This conversion uses a fixed factor based on exact radian-based angle definitions.
- Example: For 0.1 Degrees, the result equals 0.001745 Radians.
- Use the reverse page if you need the opposite direction with the same basis.
Use the interactive calculator below for custom values and the common-value table for quick checks.
Interactive conversion
Converter Calculator
0.017453 Radians (rad)
SwitchMachine access
Available to apps and AI agents
Degrees to Radians can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The identifiers below select the same calculation as the calculator.
Machine-readable identifiers
- Conversion family
angle- Source unit
degrees- Target unit
radians
The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.
Example API request and response
POST /api/v1/convertRequest
{
"family": "angle",
"value": 1,
"from": "degrees",
"to": "radians"
}Essential response
{
"ok": true,
"conversion": {
"family": "angle",
"value": 1,
"from": "degrees",
"to": "radians",
"result": {
"raw": 0.017453292519943295,
"display": "0.017453"
},
"canonicalPath": "/angle/degrees-to-radians/"
}
}Explanation
Formula: Radians = Degrees × 0.017453. Why: radians are the canonical mathematical angle basis, so the route applies exact pi-based relationships between radians and the target unit.
Degrees (deg): a common plane-angle unit where a full turn equals 360 degrees.
Radians (rad): the standard mathematical plane-angle unit that connects angle directly to arc length and calculus identities.
This route is useful when translating between mathematical radian values and degree-, gradian-, or turn-based angle notation used in geometry, trigonometry, and engineering.
This conversion is purely multiplicative because both units reduce through radians using exact plane-angle definitions with no offset.
Common Conversion Values
| Degrees (deg) | Radians (rad) |
|---|---|
| 0.1 | 0.001745 |
| 1 | 0.017453 |
| 5 | 0.087266 |
| 10 | 0.174533 |
| 45 | 0.785398 |
| 90 | 1.570796 |
| 180 | 3.141593 |
| 360 | 6.283185 |
Questions & answers
Frequently Asked Questions
How is Degrees to Radians calculated?
The factor is derived through exact radian normalization, using pi-based relationships between degrees, gradians, turns, and radians.
Is there a reverse page for Radians to Degrees?
Yes. Use the mirror Radians to Degrees page to apply the inverse relationship with the same exact angle definitions.
Why are radians the reference unit in this cluster?
Radians are the canonical mathematical angle basis, so every route in this cluster can be normalized through one exact radian relationship.