Math Calculators

Root, logarithm, geometry, coordinate and descriptive-statistics tools that show the working — built for checking your own answers, not replacing the step you are trying to learn.

What Lives in This Category

The math tools here cluster into three groups that map onto how the subject is actually taught. Basic Math covers the operations you reach for constantly: square and cube roots, logarithms with any base, remainders, rounding, and conversion between fractions and decimals in both directions. Geometry handles circles, rectangular prisms and right triangles — area, surface area and the Pythagorean theorem. And a descriptive-statistics cluster covers mean, median and mode, standard deviation, and the interquartile range.

That statistics cluster sits in Math rather than in its own category for a practical reason: mean, standard deviation and IQR are taught in maths classes long before anyone calls it statistics, and that is where people search for them. If you need probability specifically, that lives in Statistics; if you need significance testing, the p-value calculator sits in Education alongside the exam tools.

These tools are built primarily for verification. The value of a square root calculator is not that arithmetic is hard — it is that you have already worked a problem by hand and want to know, in two seconds, whether you got it right before building six more steps on top of a mistake.

Basic Math

Square Root Calculatormath

Calculate the square root of any number instantly.

Cube Root Calculatormath

Calculate the cube root of any number.

Logarithm Calculator (Log)math

Calculate logarithms with any base (default base 10).

Slope Intercept Form Calculatormath

Find the slope and equation of a line from two points.

Midpoint Calculatormath

Find the midpoint between two coordinate points.

Cross Product Calculatormath

Calculate the cross product of two 3D vectors.

Mean Median Mode Calculatormath

Calculate statistical averages from a dataset.

Standard Deviation Calculatormath

Calculate Variance and Standard Deviation (Population & Sample).

IQR (Interquartile Range) Calculatormath

Find the Interquartile Range, Q1, Q3, and median.

Weighted Grade Calculatormath

Calculate the weighted average of grades from categories or assignments.

Remainder Calculatormath

Find quotient and remainder for whole-number division.

Rounding Calculatormath

Round numbers to a chosen number of decimal places.

Percentage Error Calculatormath

Calculate percent error between experimental and theoretical values.

Fraction to Decimalmath

Convert a fraction to a decimal number instantly.

Decimal to Fractionmath

Convert a decimal number into a simplified fraction.

Geometry

Area of a Circle Calculatormath

Calculate the area, diameter, radius, and circumference of a circle.

Surface Area Calculator (Box)math

Calculate the total surface area of a rectangular prism (box) from length, width, and height.

Pythagorean Theorem Calculatormath

Solve right triangles using the Pythagorean theorem. Find the hypotenuse or a missing leg.

Complete Math Toolkit

You've explored all calculators across subcategories. All tools are 100% free, accurate, and regularly updated.

← Explore All Categories

The Concepts Behind These Tools

Roots and logarithms are inverse questions. A square root asks "what number, multiplied by itself, gives this?" A logarithm asks the mirror-image question: "to what power must I raise this base to reach this number?" Our log tool defaults to base 10 but accepts any base, because the answer depends entirely on the base — log₁₀(1000) is 3, while log₂(1000) is about 9.97. Cube roots differ from square roots in one respect worth knowing: every real number has a real cube root, including negative numbers, whereas negative numbers have no real square root at all.

Coordinate geometry is subtraction and division. The slope-intercept calculator finds slope as rise over run — the change in y divided by the change in x between two points — then solves for the intercept to produce y = mx + b. The midpoint calculator is even simpler: average the x values, average the y values. The cross product tool steps up to three dimensions, producing a vector perpendicular to both inputs, which is the operation behind surface normals in graphics and torque in physics.

The Pythagorean theorem is a special case, not a universal one. Our Pythagorean calculator solves a² + b² = c², finding the hypotenuse or a missing leg — but only for right triangles. That constraint is the most commonly forgotten part of the theorem, and applying it to a non-right triangle produces a confidently wrong answer.

Averages disagree on purpose. Mean, median and mode are three different definitions of "typical", and the gap between them is informative rather than annoying. Mean is sensitive to outliers; median is not. That is precisely why income is reported as a median and rainfall as a mean. Our tool returns all three at once so you can see when a dataset is skewed — when mean and median diverge sharply, something is pulling the average.

Spread needs two different tools. Standard deviation measures average distance from the mean, and our calculator distinguishes population from sample — the sample version divides by n−1 rather than n, a correction that stops small samples from systematically understating true spread. The IQR takes a different approach entirely: the range of the middle 50%, found via Q1 and Q3. It is outlier-resistant by construction, which is why box plots are built on IQR rather than standard deviation.

Percent error compares against a known truth. The percent error calculator measures the gap between an experimental and a theoretical value as a proportion of the theoretical one — the standard way lab work is graded, and the reason a 1-unit error means something very different at a scale of 10 than at a scale of 10,000.

When These Get Used

Checking homework before submitting it

You solved for a hypotenuse by hand and want confirmation before the next five steps depend on it. Two seconds here beats discovering the error at the bottom of the page.

Making sense of a dataset

Mean and median come out far apart on a set of numbers. That gap is a signal — the mean-median-mode tool surfaces it immediately, and the IQR calculator shows where the bulk of the data actually sits.

Writing up a lab report

Your measured value versus the accepted one, expressed as percent error — the format nearly every science course requires in its conclusions section.

Sanity-checking a fraction conversion

Converting 0.375 back into a simplified fraction, or 7/16 into a decimal for a measurement — quick verification either direction, without long division on paper.

Math Calculators: Common Questions

Why do these tools show the formula rather than just the answer?

Because the answer alone is rarely the point. If you are checking homework, seeing the working tells you where your own attempt diverged; if you are applying a formula at work, seeing it lets you confirm the tool made the same assumptions you did.

Should I use population or sample standard deviation?

Use population when your data is the entire group you care about, and sample when it is a subset you are generalising from. The sample formula divides by n−1, which corrects a systematic tendency for small samples to understate the true spread. Our tool returns both so you can see the difference.

Why are mean, median and mode different numbers?

They are three different definitions of typical. Mean averages every value and is dragged by outliers; median takes the middle value and ignores them; mode reports whatever occurs most often. A large gap between mean and median usually means the data is skewed.

Can I use the Pythagorean calculator on any triangle?

No — a² + b² = c² holds only for right triangles. On any other triangle it will still return a number, and that number will be wrong. Check for the right angle first.