Converts an angle into degrees, radians, gradians, arcminutes, arcseconds and turns. A straight angle of 180 degrees is π radians, one degree is 60 arcminutes, and one arcminute is 60 arcseconds.
Enter an angle and choose its unit, and every other unit follows. Degrees convert to radians exactly as easily as radians convert back.
Convert 90 degrees.
That is 100 gradians, or a quarter of a turn.
One radian is the angle that cuts off an arc as long as the radius. Since the circumference is , a full turn is radians and a half turn is .
Degrees rest on a human decision to slice the circle into 360 parts. A radian is a ratio of two lengths, so it carries no arbitrary choice at all — which is why calculus insists on it. The derivative of is only when is in radians.
Every programming language's `Math.sin()` expects radians. Feeding it degrees gives nonsense.