Skip to content

Methodology

Numera is built as a platform rather than as a collection of pages. Every calculator is a definition bound to one of a small number of shared compute engines, and every definition carries its own formula, its assumptions, its limits and at least three golden test cases with a stated source of truth.

Every number is generated, never hand-worked

No figure that appears anywhere on this site (in a result, in a worked example, in a reference table, in a blog post) is typed in by a person. All of them come from the same engine that powers the calculator. During the build of this site that discipline caught several arithmetic errors in draft content that would otherwise have shipped; that is not an anecdote about carelessness, it is the reason the rule exists.

The test suite is a publishing gate

Each calculator ships with at least three cases: a standard one, a boundary one, and a degenerate one where the answer does not exist. Every case names where its expected value came from, and “it matched the code” is not an acceptable source. CI re-runs all of them against the engine that is about to ship, and a calculator whose number has moved fails the build rather than reaching a reader.

Degenerate inputs decline rather than guess

A payment smaller than the monthly interest never clears a loan. A margin on zero revenue is undefined. A 100% margin needs an infinite markup. In each of these cases the tool says so and shows nothing, rather than returning a negative term, a NaN, or an Infinity dressed up as a result, which is what most competitors do.

Statutory numbers are versioned and dated

Rule-based calculators resolve their constants from a versioned ruleset keyed to the tax year or effective date you select, never to today. That is what makes a prior-year calculation reproducible: computing FY 2024-25 tax in 2027 gives the 2024-25 answer. Every such page shows the ruleset version, the effective date and a link to the primary source.

What we will not publish

Content on a Your-Money-Your-Life topic requires a named reviewer, distinct from the author, with a real credential. Where no such reviewer exists for a topic, the calculator ships with a methodology note and the content waits. Fabricating expertise is worse than having none.

Health tools floor their outputs at clinically accepted minimums and suppress results below the floor rather than silently clamping them, because a clamped number reads as an endorsement of the request rather than a refusal of it.

Found something wrong? Here is how to tell us.