
Seamlessly convert angles between degrees and radians. Get instant decimal updates, exact fractional π values, and visualize quadrants in real-time.
Type any degree value.
Type a radian value (e.g., 3.14).
This tool uses standard trigonometric formulas to convert your input instantly. We assume all angles are in standard position (starting from the positive x-axis and rotating counter-clockwise). This ensures we can accurately determine the quadrant (I, II, III, or IV) for any given angle.
Converting between these two units is straightforward once you understand the relationship: 180° equals π radians.
| Degrees (°) | Radians (Exact) | Radians (Decimal) |
|---|---|---|
| 0° | 0 | 0.000 |
| 30° | π/6 | 0.524 |
| 45° | π/4 | 0.785 |
| 60° | π/3 | 1.047 |
| 90° | π/2 | 1.571 |
| 180° | π | 3.142 |
| 270° | 3π/2 | 4.712 |
| 360° | 2π | 6.283 |
Math.sin()) exclusively accept radians. If you feed them degrees, your game physics will break.
Divide your degrees by 180. If you have 90°, 90/180 becomes 1/2. Then just put Pi on top: π/2. This gives you the exact radian value without messy decimals.
No, π (approx 3.14) radians is equal to 180 degrees. 1 radian is approximately 57.3 degrees.
Methodology: This calculator uses the IEEE 754 standard for floating-point arithmetic precision.
