numbers

Maths calculators

Core arithmetic, algebra and number theory tools — percentages, fractions, primes, powers, logs and number bases.
18
calculators
steps
shown
free
no signup
Page 1 — numbers
Percentage calculator
The three percentage questions, answered with working.
Fraction calculator
Fraction arithmetic with simplified exact results.
Prime number checker
Prime or not — and the complete prime factorisation either way.
LCM and GCD calculator
LCM and GCD together, for two or three integers.
Power and root calculator
x to any power, and any root of x — including fractional exponents.
Logarithm calculator
The log of any number in any base — with the antilog check.
Scientific notation converter
Between ordinary numbers and a×10ⁿ — in both directions.
Roman numeral converter
Both directions between integers and Roman numerals.
Number base converter
All four programmer bases from any input.
maths — page 2: geometry & stats
9 more calculators →

The everyday number tools

Page one covers the maths questions that come up constantly outside classrooms: what 15% off actually costs, how to add fractions with different denominators, whether a number is prime, and how to move between binary, decimal and hex. Each calculator shows enough working to check homework against, not just a bare answer.

Percentages, three ways

Most percentage confusion is really three different questions: X% of Y, X is what percent of Y, and the percent change from X to Y. The percentage calculator handles all three as explicit modes, which removes the guessing about which formula applies.

Exact where it matters

The fraction calculator keeps results as exact simplified fractions alongside decimals, and the LCM/GCD tool uses the Euclidean algorithm — the same methods taught in class, so intermediate answers match what students see in textbooks.

From homework to hex

Number theory tools — prime factorisation, bases, scientific notation — serve both students and programmers. The base converter covers binary, octal, decimal and hexadecimal in one view, which is the daily bread of anyone reading low-level code or network configs.