Four Units
Converts between degrees, radians, gradians, and turns — all four units in common professional and academic use — in a single interface. No mental formula juggling or unit-specific tool switching required.
500+ fast, free tools. Most run in your browser only; Image & PDF tools upload files to the backend when you run them.
Convert degrees, radians, gradians, arcminutes, and arcseconds for trig and surveying prep.
Angles appear in four different unit systems depending on the field: degrees for everyday geometry, radians for calculus and programming, gradians for European surveying, and turns for animation and robotics. Converting between them manually is a source of constant errors — the degree-to-radian step trips up every programmer who forgets that JavaScript trig functions expect radians. This converter handles all four units simultaneously: degrees (°), radians (rad), gradians (grad), and turns. It also supports degrees-minutes-seconds (DMS) notation used in GPS coordinates and navigation charts. Type in any field and all others update instantly. An optional π-fraction display shows radians as multiples of π (π/2, π/4) for textbook-style communication. A wrap-around normalisation option constrains results to 0–360° or −π to π for animation and rotation code.
Converts between degrees, radians, gradians, and turns — all four units in common professional and academic use — in a single interface. No mental formula juggling or unit-specific tool switching required.
Supports degrees-minutes-seconds input and output for GPS coordinates, navigation charts, and surveying data where decimal degrees are not standard. Enter 37° 25′ 30″ and read the decimal and radian equivalents immediately.
All four angle unit fields update on every keystroke. Watching 90° simultaneously read as π/2 rad, 100 grad, and 0.25 turn makes the relationships between units concrete and intuitive without any calculation effort.
Optional display of radian values as π-fraction notation (π/2, π/4, 2π/3). This format is standard in textbooks, exam solutions, and code documentation where decimal approximations (1.5708) are less communicative.
Normalise any angle to the 0–360° range or the −π to π range with one toggle. Useful for animation code, rotation math, and navigation calculations where angles outside the standard range cause unexpected behaviour.
All trigonometric and angular conversions run as pure browser JavaScript. No network request is needed, so the tool works in field conditions, on planes, or in labs where internet access is restricted.
Input: 90°
Output: π/2 rad = 1.5708 rad = 100 grad = 0.25 turn
Input: 37° 25′ 30″
Output: 37.4250° = 0.6535 rad
Input: 360°
Output: 2π rad = 6.2832 rad = 400 grad = 1 turn