How length conversion works
Every unit here is defined in terms of the metre, so any conversion is two exact steps: convert the input to metres, then to the target unit. The key definitions are exact by international agreement:
- 1 inch = 2.54 cm · 1 foot = 0.3048 m · 1 yard = 0.9144 m
- 1 mile = 1,609.344 m · 1 nautical mile = 1,852 m
Handy approximations
- km → miles: multiply by 0.62 (10 km ≈ 6.2 mi)
- metres → feet: multiply by 3.28 (2 m ≈ 6 ft 7 in)
- cm → inches: divide by 2.5 for a quick estimate, 2.54 for the exact value