Standard Form Calculator
Convert numbers to standard form (scientific notation). Express large or small numbers in a×10ⁿ format.
Standard form rewrites any number as a coefficient between one and ten multiplied by a power of ten, and this engine builds that pair by repeated division rather than by taking a logarithm. Starting from the number entered, it divides by ten and counts each division until the running value drops below ten in magnitude, or multiplies by ten and counts downward when the magnitude starts under one. That counting loop is what produces the exponent, and because it never calls a logarithm function, it sidesteps the floating-point rounding that a log-based method can hit right at an exact power of ten. The mantissa keeps its own sign throughout — a negative number stays negative the entire time it is being divided down — so there is no separate plus-or-minus flag being tracked and reattached afterward. The mantissa is always shown to two decimal places, a fixed choice rather than a setting the page exposes, unlike the Scientific Notation Calculator elsewhere on this site, which lets you choose how many significant figures to keep. Zero is handled as a case of its own: it never enters either loop, so it is reported directly as 0.00 times ten to the zero power rather than triggering an error or an undefined exponent. Entries are limited to roughly plus or minus one trillion by the input field, and values that large will still normalize correctly through the same division loop described above.
Inputs
Results
Standard Form
1.23 × 10^6
How to Use This Calculator
- Enter any number in the Number field — integers, decimals, and very large or very small values are all supported.
- Standard form expresses the number as a × 10ⁿ where 1 ≤ |a| < 10 and n is an integer exponent.
- The calculator also shows ordinary decimal form and, when applicable, engineering notation (exponent in multiples of 3).
- Standard form is widely used in UK and Commonwealth science curricula; it is equivalent to scientific notation in the US.
- Negative numbers are handled by carrying the sign on the coefficient (e.g., −3.5 × 10²).
What each input means
- Number
- Number to convert to standard form.
How this is calculated
Worked example, using the default values
- Identify Input ParametersNumber = 1234567 = 1 input(s) provided
- Calculate Standard FormStandard Form1.23 × 10^6 = 1.23 × 10^6
- Calculate MantissaMantissa1.23 = 1.23
- Calculate ExponentExponent6 = 6
Engine last updated . Checked against 3 independently-derived tests — how we verify calculators.
Frequently Asked Questions
How is the exponent found without using a logarithm?
The engine repeatedly divides the number by ten and counts how many times it takes to bring the magnitude under ten, or repeatedly multiplies by ten and counts downward when the magnitude starts under one. That running counter becomes the exponent, so it is built from a loop rather than computed with a single log10 call.
Why does the mantissa sometimes show a negative sign?
Because the sign is never separated out. A negative input stays negative all the way through the division loop that shrinks it toward the one-to-ten range, so the mantissa itself carries the minus sign rather than the calculator attaching one back on as a separate formatting step afterward.
What does entering 0 produce?
Zero never enters the division or multiplication loop that finds the exponent, so it is reported directly as 0.00 times ten to the zero power. This is handled as its own special case rather than as the result of running zero through the same normalizing arithmetic used for every other value.
Can I choose how many decimal places the mantissa shows?
Not here — the mantissa is always rounded to exactly two decimal places, a fixed choice baked into the formula. The Scientific Notation Calculator elsewhere on this site covers the case where you need to control the number of significant figures directly.
Related Calculators
The questions that sit next to this one — chosen by subject, including calculators filed under a different category.
Scientific Notation Calculator
Convert numbers to scientific notation and engineering notation. Control significant figures and see coefficient and exponent.
Math & StatisticsPercentage Calculator
Calculate percentages easily — find a percentage of a number, percentage increase/decrease, and percentage change between two values.
OptometryRx Transposition
Convert minus-cylinder to plus-cylinder form; axis rotates 90°.
Math & StatisticsScientific Calculator
Scientific calculator with multiple modes and expression input
More in Math & Statistics.