ToolBark
Math

Scientific Notation Calculator

Convert, normalize, and calculate with scientific notation instantly

Number to Scientific Notation

Enter any decimal number — positive, negative, or very large/small.

Result

Scientific Notation
6.02214 × 10-7
= 6.02214076e-7
Coefficient (significand)6.02214
Exponent (power of 10)-7
Full scientific notation6.02214 × 10-7
E notation6.02214e-7
Decimal form6.02214076e-7

Step-by-step

  1. 1Start with: 6.02214076e-7
  2. 2Move the decimal 7 places to the right
  3. 3Coefficient: 6.02214
  4. 4Exponent: -7
  5. 5Result: 6.02214 × 10^-7

Quick Reference

Scientific Notation
A number written as a × 10^b, where 1 ≤ |a| < 10 and b is an integer.
Coefficient (Significand)
The numeric part before × 10. In standard form, it is between 1 and 10.
Exponent
The power of 10. Positive = large number; negative = small fraction.
Multiplication rule
(a × 10^m) × (b × 10^n) = (a × b) × 10^(m+n)
Division rule
(a × 10^m) ÷ (b × 10^n) = (a ÷ b) × 10^(m−n)
E notation
1.23e4 means 1.23 × 10^4. Widely used in programming and spreadsheets.
About

Scientific notation expresses very large or very small numbers as a coefficient multiplied by a power of 10 — an essential skill in science, engineering, and math. This free scientific notation calculator lets you convert any decimal to scientific notation, convert scientific notation back to standard form, and perform addition, subtraction, multiplication, and division on numbers written in scientific notation, with step-by-step explanations.

FAQ
How do I convert a number to scientific notation?+

Move the decimal point until only one non-zero digit is to the left of it. Count how many places you moved — that count is the exponent. Moving left gives a positive exponent; moving right gives a negative one. For example, 0.000602 becomes 6.02 × 10^-4.

How do you multiply or divide numbers in scientific notation?+

For multiplication, multiply the coefficients and add the exponents: (a × 10^m) × (b × 10^n) = (ab) × 10^(m+n). For division, divide the coefficients and subtract the exponents: (a × 10^m) ÷ (b × 10^n) = (a/b) × 10^(m−n). Normalize the result so the coefficient is between 1 and 10.

What is E notation and how does it relate to scientific notation?+

E notation is a compact text representation: 1.23e4 means 1.23 × 10^4. It is mathematically identical to scientific notation and is used in calculators, spreadsheets, and programming languages when superscripts are not available.

Why is scientific notation useful?+

Scientific notation makes very large numbers (like the distance to a star: 4.07 × 10^16 m) and very small numbers (like an electron's charge: 1.602 × 10^-19 C) easy to read, write, and compare. It also simplifies arithmetic by letting you handle the magnitude and precision separately.

Related tools