Standard Tier Module

Unit Conversion Engine with Precision Chain

Convert units on exact defined SI factors, and see exactly how much rounding a multi-hop chain added.

See it run - a worked example, 100% in this browser tab

The problem

Unit conversions silently mix incompatible definitions (survey vs international foot, US vs imperial gallon, thermochemical vs IT calorie) and accumulate rounding across multi-step chains, leaving teams unsure which factor produced a figure.

The local-first solution

This converter computes length, mass, volume, area, time, energy, pressure, and speed on exact DEFINED SI / NIST factors plus an exact affine temperature map, names the factor it used, and runs a chained conversion through the real GeoNum kernel to report the drift the multi-hop path added versus the single-factor result. All client-side, nothing uploaded.

What it does

Length / mass / volume / area / time / energy / pressure / speed conversions on defined factors
Exact affine C / F / K temperature conversion (never routed through the ratio chain)
Direct single-factor result alongside a hop-by-hop chained result
Drift between the two paths (absolute and relative) plus the GeoNum drift flagged across the chain
Explicitly names the exact factor used so a wrong variant cannot silently mis-convert
GeoNum-tracked verdict on the chain with an honest untracked fallback

Honest scope

All factors are DEFINED values or exact decimal/integer ratios and the arithmetic over them is exact f64. Distinct definitions (survey vs international foot, US vs imperial gallon, thermochemical vs IT calorie, Troy vs avoirdupois ounce) are confirmable inputs - the plugin names the one it used. NOT modeled: non-linear scales (decibel, pH, Richter), currency, and time-zone/calendar offsets. GeoNum is an uncertainty signal, not extra precision.

Authorities cited

Convert with the factor named

Run conversions in your browser with nothing uploaded, then route the named-factor results and chain-drift report into a Sandbox workspace or attach them to a Worklog case.

GDBS by VaultSync Solutions Inc. - Verifiable Computation. gdbs.getvaultsync.com