Standard Form Calculator

Convert any number to standard form (scientific notation) or reverse the process with the Standard Form Calculator. Shows coefficient, exponent, and step-by-step workings.

827.6K uses Updated · 2026-05-05 Runs locally · zero upload
AD

How to Use Standard Form Calculator

The Standard Form Calculator converts numbers in both directions — from ordinary decimal to standard form and from standard form back to decimal. Pick a mode at the top of the calculator, enter your values, and the result updates instantly with a full step-by-step breakdown.

  1. To Standard Form — Enter any integer or decimal (e.g., 45000, 0.00045, -3.7 million). The Standard Form Calculator identifies the correct exponent and coefficient automatically.
  2. From Standard Form — Enter the coefficient (must satisfy 1 ≤ |a| < 10) and the integer exponent. The Standard Form Calculator multiplies them out and shows the equivalent decimal number.
  3. Read the steps — Each conversion is broken into numbered steps so you can follow the logic and reproduce the calculation by hand.

The Standard Form Calculator also shows how many significant figures are present in your original input, which is useful for science and engineering applications.

Formula & Theory - Standard Form Calculator

The Standard Form Calculator applies the following definition:

N = a × 10ⁿ
where 1 ≤ |a| < 10, n ∈ ℤ
SymbolMeaning
NThe original number
aThe coefficient (mantissa), between 1 and 10
nThe exponent (integer), positive or negative

To convert N to standard form:

  1. Compute n = ⌊log₁₀(|N|)⌋ (floor of the base-10 logarithm of the absolute value).
  2. Compute a = N ÷ 10ⁿ.
  3. Write a × 10ⁿ.

To convert a × 10ⁿ back to decimal:

  1. Multiply a by 10ⁿ.

Examples

NumberStandard Form
450004.5 × 10⁴
0.000454.5 × 10⁻⁴
-720000-7.2 × 10⁵
11 × 10⁰
0.11 × 10⁻¹

Assumptions and Limits

The Standard Form Calculator works with JavaScript’s 64-bit floating-point numbers, so very large exponents (above ~308) or very small exponents (below ~-308) may exceed representable range. For educational purposes this tool is fully accurate for numbers typically encountered in high-school and undergraduate coursework.

Use Cases for Standard Form Calculator

The Standard Form Calculator is helpful whenever a number is too large or too small to be convenient in ordinary decimal form. Common uses include:

  • Science class — Express measurements like the speed of light (3 × 10⁸ m/s) or the mass of an electron (9.1 × 10⁻³¹ kg) in standard form.
  • Engineering — Work with tolerances, frequencies, and power values that span many orders of magnitude.
  • Checking homework — Verify whether your manually computed standard form has the correct coefficient and exponent.
  • Converting back to decimal — Quickly expand a value from a physics table into a plain number for further calculations.

Using the Standard Form Calculator saves time and reduces errors when handling large or small numbers in scientific and engineering contexts.

Frequently asked questions about Standard Form Calculator

What is standard form in mathematics?

Standard form, also called scientific notation, expresses a number as a × 10ⁿ where 1 ≤ |a| < 10 and n is an integer. For example, 45000 = 4.5 × 10⁴.

How does the Standard Form Calculator handle very small numbers?

For numbers smaller than 1, such as 0.00045, the exponent n becomes negative. The Standard Form Calculator computes n = -4 and coefficient a = 4.5, giving 4.5 × 10⁻⁴.

Can I convert from standard form back to a decimal?

Yes. Switch to the 'From Standard Form' mode, enter the coefficient and exponent separately, and the Standard Form Calculator will display the plain decimal equivalent.

Is my data stored?

No. All calculations happen in your browser; nothing is sent to a server.