GintiCalcEvery calculation

SciNotate

Scientific Notation Calculator

Big numbers, small numbers — same format.

Everyday numbers rewritten in scientific notation

Type any number in the left column into the input box and this calculator returns the notation shown, written as a coefficient between 1 and 10 times a power of 10. The coefficient is always given to six decimal places.

NumberScientific notationExponentWhere a number this size shows up
7,900,000,0007.900000 x 10^+9+9People alive on Earth
299,792,4582.997925 x 10^+8+8Speed of light in metres per second
93,000,0009.300000 x 10^+7+7Miles from the Earth to the Sun
1,000,0001.000000 x 10^+6+6One million
123,4561.234560 x 10^+5+5The value the calculator loads with
5,0005.000000 x 10^+3+3A five thousand dollar balance
0.55.000000 x 10^-1-1One half
0.0252.500000 x 10^-2-22.5 percent written as a decimal
0.000424.200000 x 10^-4-40.42 millimetres expressed in metres
0.0000011.000000 x 10^-6-6One micrometre in metres

The exponent is just how many places the decimal point moves: positive to the left for large numbers, negative to the right for small ones. Notice that 299,792,458 comes back as 2.997925, rounded at the sixth decimal place, so the notation is a display of the number rather than a lossless copy of it. Spreadsheets and programming languages write the same value with an E in place of the power of 10, as in 2.997925E+8.

Compressing huge and tiny numbers

Scientific notation writes a number as a value between 1 and 10 multiplied by a power of 10 — instead of writing 0.0000034, you write 3.4 × 10⁻⁶, which is both shorter and easier to compare in scale to other numbers.

Where it's essential

Astronomy (distances between stars), chemistry (atoms per mole), and computing (bytes of storage) all deal in numbers too large or small to write out comfortably in full — scientific notation is the standard fix.

Frequently asked questions

How do I write 0.00042 in scientific notation?

Move the decimal point right until you have a number between 1 and 10: 4.2. You moved 4 places right, so the exponent is −4. Result: 4.2 × 10⁻⁴.

How is scientific notation different from engineering notation?

Scientific notation always uses an exponent that puts exactly one non-zero digit before the decimal point (e.g., 3.2 × 10⁵). Engineering notation restricts the exponent to multiples of 3 (10³, 10⁶, 10⁹…) so it aligns with SI prefixes like kilo, mega, and giga — more practical for electrical and mechanical engineering.

My calculator shows '3.2E5' — what does that mean?

The 'E' is shorthand for '× 10 raised to the power of.' So 3.2E5 = 3.2 × 10⁵ = 320,000. Most programming languages and spreadsheets use this E-notation because superscript isn't available in plain text.

How do I multiply two numbers in scientific notation?

Multiply the mantissas and add the exponents. Example: (3 × 10⁴) × (2 × 10³) = 6 × 10⁷. If the mantissa product exceeds 10, adjust: (5 × 10⁴) × (3 × 10³) = 15 × 10⁷ = 1.5 × 10⁸.

Related Math calculators

You might also like

Last updated: September 6, 2026