Every unit,
instantly.
The science and history behind units, measurements, and conversions.
✦ AI-powered — understands natural language
Why the Tola, Grain, and Troy Ounce Are Still in Active Use — Traditional Weight Units That Outlasted Metrication
Why Your Car Never Achieves the Official MPG Figure — Lab Test Cycles vs Real-World Driving
Official fuel economy figures are generated in a lab using scripted driving cycles — no cold starts, no air conditioning, no hills, no traffic. The EPA applies a 20% correction to its raw figures; even so, 15-30% below official is entirely typical in real-world driving. Here's how the WLTP test cycle works, what it omits, why PHEV figures are particularly misleading for specific driving patterns, and how to calculate your actual fuel economy with the fill-to-fill method.
Why −40°C = −40°F: The Math Behind Temperature Conversion and What It Reveals About How Scales Were Designed
−40°C and −40°F are the same temperature — the only point where both scales agree — and this follows directly from the algebra of two scales defined with different zero points and different degree sizes. Here's where the 9/5 and +32 in the conversion formula actually come from, why Kelvin starts at absolute zero (and why that matters for physics equations), the Rankine scale almost nobody uses, and why 98.6°F is a rounded conversion artifact rather than a precise measurement.
Why Blood Pressure Is Still in mmHg and Tyres Are in PSI or Bar — How Different Industries Kept Different Pressure Units
Pressure has so many units because medical, industrial, and meteorological fields all developed measurement systems independently before international standardization. Here's why blood pressure is still in mmHg globally (all clinical reference ranges are established in it), what industrial pressure ranges look like (gas cylinders at 200-300 bar vs arterial blood pressure at 0.157 atm), and why pressure unit errors in engineering specifications have caused real safety incidents.
Why Hectares Were Designed for Farmers and How Area Measurement Works in Agriculture, Carbon, and Urban Planning
The hectare was deliberately designed as a human-scale agricultural unit (100m × 100m = 10,000 m²), sitting between the too-small square metre and too-large square kilometre for farm use. Here's why carbon sequestration and deforestation rates are expressed in hectares, why US bushel-per-acre and international tonne-per-hectare crop yield data require crop-specific conversion factors, and why urban density comparisons break down when cities use different area boundary definitions.
Why Professional Bakers Never Use Cups — Density, Flour Compaction, and the Case for Weight Measurement
A cup of flour weighs 120g; a cup of sugar weighs 200g — because density varies dramatically between ingredients. The flour problem is even worse: depending on scooping vs spoon-and-level vs sifted technique, "1 cup of flour" can be anywhere from 90g to 160g — a 60% range. Here's why professional bakers universally use weight, the baker's percentages system that only works with weights, and the cup-size difference between US, UK, and Australian recipes.
Why Horsepower Isn't What a Horse Actually Does — Watt's Marketing, Three Different Definitions, and the SAE Gross Mystery
A horsepower is not a horse's actual sustained output — James Watt's 1780s definition was deliberately set high (about 745 watts) to make steam engines look better in comparison to the horses they replaced. Here's why three different definitions of "horsepower" (mechanical, metric/PS, electrical) produce different watt values, why old American muscle car horsepower figures were inflated by the SAE gross testing methodology, and how torque and power are related (and why each matters differently for real driving).
Why 60 km/h on a Narrow Road Feels Faster Than 100 km/h on a Motorway: The Psychology of Speed
A Formula 1 car's 360 km/h and a narrow country road's 60 km/h can feel similarly alarming — because speed perception isn't a direct reading of velocity. It's constructed from optic flow (how fast the visual scene changes), reference objects, and adaptation state. Here's why motorways feel slower than they are, the speed-adaptation illusion at exits, and why knots and Mach aren't just alternative units but reflect physically meaningful properties of their respective domains.
Why a UK Pint Is 20% Bigger Than a US Pint — and Other Volume Unit Confusions That Have Caused Real Disasters
A litre is exactly 1 cubic decimetre — a deliberate coherence design making metric volume directly compatible with metric length. Imperial and US customary volumes lack this coherence, and the US and UK versions of "fluid ounce," "pint," and "gallon" are all different sizes (UK pint is 20% larger than US pint). Here's why cups are almost exclusively a US convention, the NASA Mars Climate Orbiter's $327M unit-confusion lesson, and when "volume" and "capacity" mean different things.
Why Math.sin(45) Gives the Wrong Answer — Degrees vs Radians in Every Programming Language
Math.sin(45) doesn't error — it silently computes the sine of 45 radians (≈2578°), not 45 degrees. Every major programming language's math library uses radians by default, passing degrees produces wrong answers with no error message, and the result looks plausibly correct. Here's why radians are the natural unit for mathematics (cleaner derivatives), the conversion pattern for every major language, and why atan2's radian output also needs converting for human-readable angles.
Why Converting 10 Inches Gives 25.4 cm — Not 25.400000000000002 — and What Significant Figures Actually Mean
Converting 10 inches to centimetres gives 25.4 cm — not 25.400000000000002, which is a floating-point artifact, not additional precision. Significant figures represent the meaningful digits in a measurement, and conversion can't create precision that wasn't in the original. Here's what significant figures actually mean, why trailing zeros matter differently in different contexts, why scientific notation exists, and how many digits you should actually report at different precision levels.
Purchasing Power Parity vs Market Exchange Rates: Why the Big Mac Index Exists
$50,000 a year sounds different in different countries — and the market exchange rate alone won't tell you how different, because it reflects currency trading, not local prices. Here's how the "Big Mac Index" illustrates the gap between market rates and local purchasing power, what PPP exchange rates actually measure, and why this matters for comparing salaries internationally — while market rates remain exactly right for actually converting money.
Why Your Rotation Spins the Wrong Way: CSS, SVG, and the Clockwise-vs-Counterclockwise Coordinate Flip
A rotation calculated with standard math's counterclockwise convention can spin the wrong way in CSS, which rotates clockwise for positive angles — because screen coordinates flip the y-axis relative to standard Cartesian coordinates. Here's why this flip happens, how it affects CSS/SVG rotate(), why programming math libraries use the opposite convention from rendering APIs, and how game engines sometimes mix both conventions within a single project.