Degrees to arcseconds converter explained
Arcseconds are tiny angles: there are 3600 of them in a single degree. Astronomers, surveyors, and machinists use them to describe precise pointing or tolerances. This converter keeps degrees, arcminutes, arcseconds, and radians in lockstep.
How the conversion works
- 1 degree = 60 arcminutes = 3600 arcseconds.
- 1 arcminute = 60 arcseconds.
- 1 radian = about 57.2957795131 degrees.
The tool normalizes to degrees, applies these fixed ratios, and rounds sensibly to avoid floating-point surprises in software or spreadsheets.
Quick examples
Tips
- Arcseconds describe angular size, not time seconds—keep notation clear (
arcsecvss). - When entering very small angles, keep a few extra decimals to avoid rounding away the signal.
- Use radians if you are piping the value into math libraries; toggle back to arcseconds for specs and reports.
Units and conversions
| Unit | Symbol | Relation |
|---|---|---|
| Degree | ° | base |
| Arcminute | arcmin (′) | |
| Arcsecond | arcsec (″) | |
| Radian | rad |
Worked examples
-
Optics tolerance
Mirror tilt must stay within .Result: 0.0125° allowable tilt.
-
Navigation correction
Bearing correction: .Result: 288 arcseconds.
-
Radian output to arcseconds
Sensor shows .Result: ≈103 arcseconds.