Percentage Calculator

Percentage Calculator 2.0: rebuilt from the ground up

by Percentage Calculator published

If percentage-calculator.io looks different today, that’s because everything behind it is. Version 2.0 is a complete rebuild — new engine, new pages, new content — while keeping the part people actually liked: sentence-shaped rows that compute as you type, the spreadsheet-style decimal buttons, per-row duplication, and yes, Random for fun :).

What changed

The math is now exact. Most calculators compute in binary floating point, which is why you’ve seen tools claim that 16.5% of 3 is 0.49500000000000005. Our new engine keeps every value as an exact ratio of integers and rounds exactly once, at display time, half away from zero — the same convention your spreadsheet uses. A golden test suite of 40+ cases (including the float traps) runs on every change; the about page documents the method.

Two new modes. Percentage difference — the symmetric comparison, |a−b| relative to the average — and reverse percentage (“36 is 24% of what?”) join the original five rows. Both have dedicated pages: difference and reverse.

Shareable links. The new Copy link button encodes your rows and values into the URL, so a calculation can be pasted into a chat and opens exactly as you left it. Nothing is encoded unless you press the button.

Every page is real HTML. The old site rendered in your browser from an empty shell; the new one arrives fully rendered, with the worked examples already computed into the page. It’s faster on first load, it works for crawlers and AI assistants, and there is no framework — the entire calculator script is smaller than this blog post’s HTML.

Content that earns its place. A 15-question FAQ, rebuilt guides (real-life percentages, finance, mental math), and new research-backed articles — every empirical claim cited to peer-reviewed work by DOI, with the flagship piece on why percent trips everyone up.

Dark mode. The toggle is in the top bar; your choice is remembered on your device.

For keyboard people. Arrows step values (Shift ×10, Alt ×0.1), Enter copies the focused row’s result, [ and ] change precision, Esc clears a field. The full map sits under the calculator in a small disclosure.

What didn’t change

The URL structure survives — old links redirect permanently to their new homes — and the tool remains free, account-less, and private: calculations run entirely in your browser and your numbers never leave your device.

Found something broken or missing? The changelog will show fixes as they land — 2.0 is a foundation, and the roadmap of articles and modes built on it is already underway.

Share this page