a right angle in radians
- Value
- 90
- From
- Degree
- To
- Radian
Result1.570796
pi / 2, computed independently
Open this exampleAngles across degrees, radians, gradians and arcseconds. Radians are the natural unit because they make the trigonometric derivatives come out clean, which is why every programming language expects them.
Also called: degrees to radians, radians converter.
1 Degree is 0.017453 Radian. The factor is 0.0174532925, and the inverse is 57.2957795131. The table below gives the same value in every angle unit at once.
| Unit | Value |
|---|---|
| Degree | 1 |
| Radian | 0.02 |
| Gradian | 1.11 |
| Turn | 0 |
| Arcminute | 60 |
| Arcsecond | 3,600 |
| Milliradian | 17.45 |
A radian is the angle subtending an arc equal to the radius, so a full turn is two pi radians rather than a round number. That looks inconvenient until calculus, where the derivative of sine is cosine only if the angle is in radians. Degrees survive because 360 divides evenly by almost everything, which mattered enormously before decimals.
result = value * factor_from / factor_toEach of these is asserted on every build. If a change to the engine ever moved one of these answers, the build would fail before the page could print it.
Result1.570796
pi / 2, computed independently
Open this exampleResult360
arithmetic identity
Open this exampleResult1
boundary: 3600 arcseconds make a degree
Open this example