Turn to Mil
turn
mil
Conversion History
| Conversion | Reuse | Delete |
|---|---|---|
| No conversion history to show. | ||
Quick Reference Table (Turn to Mil)
| Turn (turn) | Mil (mil) |
|---|---|
| 0.25 | 1,600 |
| 0.5 | 3,200 |
| 1 | 6,400 |
| 2 | 12,800 |
| 5 | 32,000 |
| 10 | 64,000 |
About Turn (turn)
A turn is a unit of angle equal to one full rotation — 360° or 2π radians. It is preferred in modern mathematics and computer graphics as an intuitive, human-readable unit that avoids the factor of 2π that appears throughout formulas when using radians. Some programming libraries and notations (notably "tau" advocates) argue that expressing angles in turns simplifies many relationships: a quarter-circle is 0.25 turns rather than π/2 radians. The turn is identical in size to the revolution and the circle.
Turning a steering wheel halfway around is 0.5 turns (180°). A full barrel roll in aviation is 1 turn.
About Mil (mil)
The mil (or angular mil) is a unit of angle equal to 1/6400 of a full circle, or approximately 0.05625°. It is used primarily in military targeting, artillery, and ballistics because at a range of 1,000 meters, one mil subtends approximately 1 meter — making range-to-target calculations straightforward. Different militaries have historically used slightly different definitions (NATO uses 6400, Warsaw Pact used 6000, Sweden used 6300), but the NATO mil (1/6400 circle) is the current standard.
At 1,000 m range, 1 mil of angular error corresponds to roughly 1 m of lateral offset. Artillery observers use mils to call corrections such as "right 20 mils".
Turn – Frequently Asked Questions
What is tau (τ) and why do some people want it to replace 2π?
Tau (τ = 2π ≈ 6.2832) represents one full turn. Its advocates argue that using τ instead of 2π makes formulas cleaner: a quarter-circle is τ/4 instead of π/2, circumference is τr instead of 2πr, and Euler's identity becomes e^(iτ) = 1 (arguably more elegant than e^(iπ) = −1). The Tau Manifesto, published in 2010 by Michael Hartl, sparked a genuine mathematical subculture. Tau Day is June 28 (6.28). The argument has merit but π is so deeply entrenched that adoption remains niche.
How are turns used in computer graphics and game engines?
Some game engines and shader languages let you specify rotations in turns (0 to 1) rather than degrees (0 to 360) or radians (0 to 2π). Turns map naturally to normalized values — a progress bar from 0.0 to 1.0 directly represents angle completion. The GLSL function fract() wraps any number to the 0–1 range, making turn-based angle arithmetic trivially simple for procedural animations, circular gradients, and clock-face layouts.
How does thread pitch work and why do plumbers count turns when tightening fittings?
Thread pitch is the axial distance a bolt or pipe fitting advances per complete turn. A standard ½-inch NPT pipe thread has 14 threads per inch, so one turn advances it about 1.8 mm into the fitting. Plumbers specify "finger tight plus 2–3 turns" because torque wrenches are impractical in cramped spaces. Spark plug manufacturers use the same approach — "hand tight plus X turns" achieves correct seating force without needing a torque wrench in the field.
How do speed-cubers define turns when counting the minimum moves to solve a Rubik's Cube?
Two metrics exist: HTM (half-turn metric) counts any face rotation — 90° or 180° — as one move, while QTM (quarter-turn metric) counts each 90° as one move and each 180° as two. "God's Number" — the maximum moves needed to solve any scramble — is 20 in HTM and 26 in QTM. Computer solvers like Kociemba's algorithm are tuned to HTM because it produces shorter sequences. Human world-record holders now solve random scrambles in under 4 seconds.
How many turns does a combination lock typically require?
Most padlock-style combination locks require you to turn the dial about 3.5 to 4.5 full turns during the opening sequence — multiple full clockwise turns to clear the mechanism, then reverse to the first number, forward to the second, and back to the third. This multi-turn protocol isn't about security (the number of combinations handles that); it's about mechanically engaging and disengaging the internal disc cams in the correct sequence.
Mil – Frequently Asked Questions
Why does the military use mils instead of degrees for targeting?
Because mils create a beautifully simple relationship: at 1,000 meters, 1 mil ≈ 1 meter of lateral distance. An artillery spotter who sees a shell land 30 meters left of the target simply radios "right 30" and the gunner adjusts 30 mils. No trigonometry, no calculator, no conversion tables — just a direct, linear approximation that works under fire. Degrees would require multiplying by 17.45 to get the same offset, which is exactly the kind of arithmetic you don't want to do while being shot at.
Why are there different mil standards (6400 vs 6000 vs 6283)?
NATO uses 6,400 mils per circle because it divides evenly by many tactically useful numbers (2, 4, 8, 16, 32, 64). The former Warsaw Pact used 6,000 for simpler decimal arithmetic. Sweden historically used 6,300 (a closer approximation to 2,000π). The mathematically "pure" mil would be 6,283.19… (2,000π), making 1 mil exactly 1 milliradian — but nobody uses that because it doesn't divide evenly by anything. NATO's 6,400 won out as the global standard.
What is the difference between a mil and a milliradian?
A true milliradian (mrad) is 1/1000 of a radian, giving 6,283.19… per circle. A NATO mil is 1/6400 of a circle, which is about 0.98 milliradians. The difference is roughly 2%, which matters in precision shooting but not in artillery. Long-range rifle scopes are increasingly calibrated in true milliradians (mrad), while military artillery sticks with NATO mils. If a scope says "mil-dot," it almost certainly means milliradians, not NATO mils.
How do mil-dot reticles in rifle scopes work?
A mil-dot reticle has dots spaced exactly 1 milliradian apart. If you know the size of your target, you can estimate distance: a 1.8-meter-tall person who spans 3 mil-dots is at 1,800/3 = 600 meters. The formula is target size (mm) ÷ size in mils = range (m). Snipers memorize common reference sizes — vehicle widths, door heights, shoulder widths — so they can range targets without a laser rangefinder. It's 18th-century trigonometry dressed up in modern optics.
How do you read a military compass graduated in mils?
A military lensatic compass reads 0 to 6400 mils instead of 0 to 360°. North is 0 (or 6400), east is 1600, south is 3200, west is 4800. Grid references and fire missions are called in mils because they plug directly into artillery calculations. To convert a mil bearing to degrees, multiply by 0.05625 (or divide by 17.78). Most soldiers never bother converting — they think in mils natively, the same way a pilot thinks in knots rather than converting to km/h.