How the calculators are built and validated
Every calculator draws from one shared engine, lib/calc-engine.ts. It handles the parts that have to be right everywhere: density constants, conversions between cubic yards, cubic feet, and cubic meters, pound-to-kilogram-to-ton conversions, and bag-count math.
That engine carries 76 unit tests across 17 suites, run with Vitest (npm test). The tests check density constants against published values, confirm that volume conversions round-trip cleanly, and verify bag counts against hand calculations.
One thing to be precise about: this suite covers the shared engine, not every calculator component individually. It guarantees the math primitives are correct — not that each page's layout or formula wiring has its own test. Every calculator page also shows a worked example, so you can check the arithmetic yourself.
What "reviewed" means here
Calculators here carry a credit: reviewed by Engr. Muhammad Qasim. He's a Registered Civil Engineer with the Pakistan Engineering Council, Reg. No. 63430, discipline Civil — and you can check that yourself. Go to verification.pec.org.pk, select discipline Civil, and enter 63430. The portal is CAPTCHA-protected, so we can't link straight to a result; you run the lookup. His full background is on his bio page.
"Reviewed" means he checked the calculation assumptions and methodology: which formula applies, which reference values it uses — densities, waste factors, mix ratios — and whether the logic matches accepted practice.
It does not mean a site visit, a structural design check on your project, or a substitute for hiring a local engineer — the same line as our disclaimer. A reviewed calculator rests on sound assumptions. It isn't a stamped design.
The lastReviewed date only moves when he actually re-reviews a page's assumptions, never as a batch update to look fresh.
How reference data is compiled
Some calculators reference our ready-mix price survey, a first-party compilation of $/yd³ pricing. Every row records a source URL, the date shown on that source, and the date we collected it, so any figure can be traced back.
Sources are tiered. Tier 1 is a primary supplier's published rate sheet or direct quote. Tier 2 is the BLS Producer Price Index — a government index, not a dollar figure. Tier 3 is an attributed cost-guide site, always credited, never presented as our own data.
The survey was compiled July 14, 2026, with data collected over 2026-07-13 to 2026-07-14. Download the full dataset as CSV. We refresh it quarterly, because prices move.
This section will grow as we add more first-party datasets, each following the same rule: sourced, dated, tiered.
Corrections policy
If a formula is wrong, a reference value is outdated, or an explanation misleads, we fix it. A substantive fix — one that changes an output or corrects a factual claim — gets a new lastReviewed date once Engr. Muhammad Qasim has re-checked it. Typos and formatting cleanup don't move that date.
We don't quietly rewrite a claim and pretend it was always right. If something material changes, the date on the page shows it.
Report an error
Found a calculation that looks wrong, a source gone stale, or a claim on this page that doesn't hold up? Email concretecalculatormax@gmail.com — tell us which page, what looks wrong, and, if you have one, what the correct value should be. We read every message.