Skip to main content
Calcimator

Scientific Notation Calculator

Convert numbers to scientific notation and engineering notation. Control significant figures and see coefficient and exponent.

This tool expresses a number two different ways at once: ordinary scientific notation, where the exponent can be any integer, and engineering notation, where the exponent is forced to a multiple of three so it lines up with SI prefixes like kilo, mega, and giga. Both share the same underlying exponent, found by taking the base-ten logarithm of the number's magnitude and rounding down, then dividing the number by ten raised to that power to get the coefficient. The engineering exponent is derived from the scientific one by rounding down to the nearest multiple of three, which is why the default value of 123,456.789 — scientific exponent 5 — reports an engineering exponent of 3 alongside a correspondingly larger coefficient. Significant Figures controls how many digits the coefficient keeps in both notations, and while the input field on the page only exposes values from 1 to 15, the underlying calculation will accept anything from 1 up to 100 if driven with a higher value directly — the on-page stepper is narrower than what the formula itself supports. Superscript digits for the exponent are built character by character from a small lookup table, which is why the exponent renders as a raised character rather than a caret-and-number pairing. One thing this page will not produce is a plain standard-form rendering with the number written out in full; the dedicated Standard Form Calculator elsewhere on this site covers that, using a different, loop-based method rather than a logarithm to find its exponent.

Inputs

Results

Scientific Notation

1.235 × 10⁵

Coefficient1.235
Exponent5
Engineering Notation123.5 × 10³
How to Use This Calculator
  1. Enter any number (including very large or very small values such as 0.000045 or 6,022,000,000,000,000,000,000).
  2. Set the number of Significant Figures to control how many digits appear in the mantissa.
  3. Scientific notation format: coefficient × 10^exponent (e.g., 1.235 × 10⁵ for 123,500).
  4. Engineering notation groups the exponent in multiples of 3, aligning with SI prefixes (kilo, mega, giga, etc.).
  5. Standard form output writes the number without exponent notation for easy reading when it fits.
  6. The calculator handles positive and negative numbers; zero displays as 0 × 10⁰.

What each input means

Number
The number to process.
Significant Figures
Number of significant digits to display.

How this is calculated

Worked example, using the default values

  1. Identify Input Parameters
    Number = 123456.789, Significant Figures = 4 = 2 input(s) provided
  2. Calculate Scientific Notation
    Scientific Notation = `${sign
    1.235 × 10⁵ = 1.235 × 10⁵
  3. Calculate Coefficient
    Coefficient = parseFloat(`${sign
    1.235 = 1.235
  4. Calculate Exponent
    Exponent
    5 = 5

Engine last updated . Checked against 2 independently-derived tests how we verify calculators.

Frequently Asked Questions

What's the difference between the Scientific and Engineering Notation outputs?

Scientific notation lets the exponent be any integer, so the coefficient always sits between 1 and 10. Engineering notation forces the exponent to a multiple of three instead, which lines the coefficient up with SI prefixes like kilo and mega but allows the coefficient to run higher than 10.

Can I really use more than 15 significant figures?

The input field caps you at 15, but the formula underneath will accept a value up to 100 if it is passed in directly rather than typed through the field's stepper. The page's range is a narrower, more practical slice of what the underlying calculation actually supports.

Why does the exponent appear as a small raised character?

The digits of the exponent are converted one at a time through a lookup table that maps each numeral to its superscript Unicode equivalent, then joined back into a string. That produces a genuine raised exponent like the '⁵' in 10⁵ rather than a plain caret and number.

How is the engineering exponent chosen from the scientific one?

It takes the scientific exponent and rounds it down to the nearest multiple of three. At the default value of 123,456.789, the scientific exponent is 5, and the nearest multiple of three at or below 5 is 3, so the engineering notation reports an exponent of 3.

The questions that sit next to this one — chosen by subject, including calculators filed under a different category.

More in Math & Statistics.