How the Torque Converter Works
AnyTool Torque Converter performs every calculation in the browser. Each unit declares a single linear factor relative to a shared newton-metre base — the exact number of newton-metres in one of that unit — so any unit converts to any other through N·m without an N-by-N table. The factors are the internationally-agreed definitions: a kilonewton-metre is 1000 N·m, a newton-centimetre 0.01 N·m, a millinewton-metre 0.001 N·m and a dyne-centimetre 1e-7 N·m. The gravitational units use standard gravity g₀ = 9.80665 m/s², so a kilogram-force metre is exactly 9.80665 N·m, a kilogram-force centimetre 0.0980665 N·m and a gram-force centimetre 9.80665e-5 N·m. The US/Imperial units come from the exact pound and foot definitions: a pound-force foot is 0.45359237 × 9.80665 × 0.3048 = 1.3558179483314 N·m, a pound-force inch is that divided by 12 (0.1129848 N·m), and an ounce-force inch is the pound-inch divided by 16 (0.00706155 N·m). A value is multiplied to newton-metres and then divided into the target unit.
- Eleven units spanning SI, metric/gravitational, CGS and US/Imperial systems
- The newton-metre is the shared base; each unit is one exact factor
- Pound-foot is exact: 1 lbf·ft = 1.3558179 N·m (0.45359237 × 9.80665 × 0.3048)
- Kilogram-force metre uses standard gravity: 1 kgf·m = 9.80665 N·m exactly
- All arithmetic is client-side JavaScript — no server round-trip
