Math calculators

Tools that give an exact result, then show the formula. Each page spells out edge cases (division by zero, impossible triangles, rounding).

These calculators cover everyday arithmetic (percentages, averages, ratios) and a few plane-geometry tools. The math is deterministic: the same input always yields the same output.

Most used

Subcategories

Percentages

Share of a total, increase, decrease and relative gap.

Numbers and arithmetic

Fractions, ratios, GCF, LCM, roots and powers.

Averages

Simple mean and weighted mean, with each value’s weight.

Geometry

Pythagoras, circle area, triangle area.

Full list

Questions

Are results rounded?

Internal math uses JavaScript floating point. The display rounds for reading (often 2 to 4 decimals). Each tool page states the rounding rule.

Can I use a comma as the decimal separator?

Yes. 12.5 and 12,5 are accepted. For a list of numbers, separate values with new lines or semicolons.