Skip to content
Allin

Significant figures calculator

Round a number to a chosen number of significant figures.

Rounding calculatorRound a number to a chosen number of decimal places.Ceiling and floor function calculatorThe ceiling ⌈x⌉ rounds up to the next integer, the floor ⌊x⌋ rounds down. Enter any number to get both, plus the ordinary round, the truncation toward zero and the fractional part left over.Amicable Number CheckerCheck whether two numbers are amicable — or give just one and get its candidate partner plus the verified loop, with perfect and sociable numbers identified.Arctan2 Calculator (atan2 of y and x)atan2(y, x) is not atan(y/x): it reads the signs of both arguments to place the angle in the right quadrant over the full −180°…180° turn, and it stays defined when x = 0. Enter x and y, read the angle in degrees or radians, see the quadrant and the point plotted. For a single ratio with no quadrant information, use the arctan calculator instead.Common Factor CalculatorFind every common factor of 2 to 10 numbers, with the greatest common factor highlighted and coprime pairs flagged.Continued fraction calculatorExpand a number into its continued fraction [a₀; a₁, a₂, …] and list the convergents — the best rational approximations at each step. Feed it a decimal, an exact fraction a/b, or a square root √k: rationals terminate, √k is periodic, and irrationals stream on to the term cap. Continued fractions give the closest fractions for a given size of denominator and reveal the hidden structure of numbers like the golden ratio and π.Divisibility Test CalculatorTest a number against the divisors 2 to 12, the primes up to 100 or your own list — and see the mental rule and the working, not just yes or no.e Digits Calculator (Euler's Number)Compute up to 1,000 decimals of Euler's number e from the series Σ 1/k!, with digit frequencies, a digit search and the 1828 1828 trap explained.

Need Rounded value? The Significant figures calculator derives it from Number, Significant figures in one step. For instance, with Number = 3.142 and Significant figures = 3 it returns Rounded value = 3.14.

How to use it

  1. Enter your values: Number, Significant figures.
  2. Read the result instantly: Rounded value.

Frequently asked questions

How does the Significant figures calculator work?

It takes Number and Significant figures and derives Rounded value from them. The calculation is live as you type, so the result updates on every change.

Which values does the calculator ask for?

2 values: Number and Significant figures. Nothing else is required — no account, no file upload.

What does a typical calculation look like?

With Number = 3.142 and Significant figures = 3, the calculator returns Rounded value = 3.14. Those figures come from running this exact tool, so you can reproduce them by entering the same values.

When would I actually use this?

Reading a number written another way: a Roman numeral on a monument, a hexadecimal colour, a binary byte, or a fraction that needs reducing.

What is the most common mistake?

Assuming a decimal fraction survives a change of base. A tenth is exact in decimal and infinitely repeating in binary, which is why 0.1 + 0.2 is not 0.3 in most programming languages.

What is the difference between the Significant figures calculator and the Rounding calculator?

Both return Rounded value. What differs is what they ask for: this one wants Significant figures, the Rounding calculator wants Decimal places. Use whichever matches the numbers you already have.

Is there a tool for the next step?

Ceiling and floor function calculator is the closest one after this: The ceiling ⌈x⌉ rounds up to the next integer, the floor ⌊x⌋ rounds down. Enter any number to get both, plus the ordinary round, the truncation toward zero and the fractional part left over.

What else is worth having open alongside it?

Amicable Number Checker and Arctan2 Calculator (atan2 of y and x) — they come up in the same task often enough to be worth a second tab.

Where do the figures come from, and how current are they?

Base conversion and number-theory results are exact. Roman numerals follow the standard subtractive form used since the Middle Ages, which is not the only one the Romans themselves used.

Further reading

All guides