An angle can be written as a circular unit or as a sexagesimal notation, and these two calculators cover those two jobs. The angle converter moves a single rotation among degrees, radians, gradians, and turns. The degrees minutes seconds calculator rewrites one degree as degrees, arcminutes, and arcseconds — or reassembles them — keeping the same angle. Both pages are explicit that they are math-angle tools, not latitude-longitude tools: geographic coordinates need extra context such as hemisphere, sign convention, and sometimes a datum.
What each calculator does
The angle converter converts among degrees, radians, gradians, and turns using radian factors: a degree is π ÷ 180 radians, a radian is 1, a gradian is π ÷ 200 radians, and a turn is 2π radians. It multiplies the input by the ratio of the source factor to the target factor without rounding an intermediate radian value. The default example is 180 degrees to radians, displayed as 3.141592654 rad, and negative and multi-turn angles are converted as entered rather than wrapped. The page points DMS subdivisions of a degree to the degrees minutes seconds calculator.
The degrees minutes seconds calculator converts between decimal degrees and DMS notation. In decimal-to-DMS mode it takes the absolute value, multiplies by 3600, rounds the total seconds to the nearest 0.001 arcsecond, and splits the result into whole degrees, whole arcminutes, and remaining seconds; so 12.582222222° displays as 12° 34′ 56″. In DMS-to-decimal mode it computes sign × (degrees + arcminutes ÷ 60 + arcseconds ÷ 3600), rejecting minutes or seconds of 60 or more; so −103° 44′ 12″ becomes −103.736667°. The page also reports total arcminutes and arcseconds for the entered angle.
Side-by-side
| Angle converter | Degrees minutes seconds calculator | |
|---|---|---|
| Units | Degrees, radians, gradians, turns | Decimal degrees and DMS notation |
| Base-60 subdivisions | Not included (arcminutes and arcseconds) | One degree = 60 arcminutes, one arcminute = 60 arcseconds |
| Core math | Factor ratio into radians (π/180, 1, π/200, 2π) | Decimal = degrees + minutes/60 + seconds/3600, and the reverse floor split |
| Default example | 180 degrees = 3.141592654 rad | 12.582222222° = 12° 34′ 56″ |
| Sign handling | Negative values keep their sign; multi-turn values kept | Minus sign for negative DMS; rejects minutes or seconds ≥ 60 |
| Typical context | Calculus, physics, trig, CAD, rotation fractions | Surveying, printed maps, astronomy, coordinate records |
When to use which
Use the angle converter when the angle is a circular quantity: converting 30 degrees to radians for a programming trig function, expressing a screw’s 2.5 turns, or moving between gradians and degrees in a survey instrument. Its degree-to-radian pair displays up to nine decimals, and other pairs up to six. It is not a coordinate tool, and it deliberately hands arcminutes and arcseconds to the DMS pages.
Use the degrees minutes seconds calculator when the notation is sexagesimal: a survey plat, a printed map, a star position, or a latitude-longitude record written as degrees, minutes, and seconds. Its total arcminute and arcsecond rows help when a smaller unit is needed for calculations, and its sign selector matches the convention that west and south are often negative in digital datasets. For radians, gradians, or turns, the DMS page points back to the angle converter.
The two pages convert the same physical angle and can be chained: convert a rotation to decimal degrees with the angle converter, then format those degrees as DMS with the DMS calculator. Neither page improves accuracy by reformatting — DMS notation only rewrites the precision already present in the original value.
Limits and disclaimer
The angle converter accepts any finite numeric value and converts negative and multi-turn angles as entered, so it is up to you to interpret the sign or rotation count in context. The DMS calculator requires minutes and seconds between 0 and 60 and treats a minus sign as the only direction marker; entering both a negative sign and a W or S label in another system would double the sign. Both tools are for angles and coordinates as numbers — converting a longitude to radians does not create a projected map coordinate, and datums and projections are separate concerns.