Scientific Notation Calculator — Convert & Calculate
Convert numbers to scientific, E, and engineering notation, or perform add/subtract/multiply/divide arithmetic directly in scientific notation.
Scientific notation: a × 10ⁿ where 1 ≤ |a| < 10. Engineering notation: same form but the exponent is always a multiple of 3, aligning with metric prefixes (kilo, mega, milli, etc.). For multiplication/division, mantissas multiply/divide and exponents add/subtract. For addition/subtraction, exponents must first be matched before the mantissas combine.
Reference Values
Last verified:| Category | Range | What It Means | Status |
|---|---|---|---|
| Scientific Notation ★ | a × 10ⁿ, where 1 ≤ |a| < 10 | The standard form — mantissa (a) is always between 1 and 10, exponent (n) can be any integer. Example: 3.4 × 10⁵. | ★ Best |
| E Notation | aEn (same value, calculator/programming format) | Identical to scientific notation but written without the '×10' — common on calculators and in programming languages. Example: 3.4E5. | Good |
| Engineering Notation | a × 10ⁿ, where n is always a multiple of 3 | Groups exponents to align with metric prefixes (kilo, mega, milli, micro) — mantissa can range from 1 to under 1000. Example: 340 × 10³ instead of 3.4 × 10⁵. | Okay |
| Standard (Decimal) Notation | The full expanded number | Ordinary decimal form — becomes unwieldy for very large or very small numbers, which is exactly why scientific notation exists. | Okay |
Source: Standard mathematical notation conventions (scientific, engineering, and E notation)
Worked Examples
Convert 340,000 to Scientific Notation
- Decimal Number
- 340000
Move the decimal point until only one non-zero digit remains before it (3.4), then count how many places it moved (5) — that's the exponent.
Convert 0.000521 to Scientific Notation
- Decimal Number
- 0.000521
For numbers smaller than 1, the exponent is negative — the decimal point moved 4 places to the right to reach 5.21.
Multiply: (3.4 × 10⁵) × (2 × 10³)
- Number 1
- 3.4 × 10⁵
- Number 2
- 2 × 10³
- Operation
- Multiply
Multiply the mantissas (3.4 × 2 = 6.8) and add the exponents (5 + 3 = 8).
Add: (5 × 10⁶) + (3 × 10⁵)
- Number 1
- 5 × 10⁶
- Number 2
- 3 × 10⁵
- Operation
- Add
Addition and subtraction require matching exponents first: 3 × 10⁵ = 0.3 × 10⁶, so 5 × 10⁶ + 0.3 × 10⁶ = 5.3 × 10⁶.
How to Use This Calculator
- 1
Choose Convert or Arithmetic mode
Convert Number turns a decimal into scientific/E/engineering notation. Arithmetic performs math directly on two numbers already in scientific notation.
- 2
Enter your number(s)
For conversion, type any decimal number. For arithmetic, enter each number's mantissa and exponent separately.
- 3
For arithmetic, select the operation
Add, subtract, multiply, or divide — the calculator handles exponent matching or combining automatically.
- 4
Read the result
Conversion mode shows all three notation formats at once. Arithmetic mode shows the result in scientific notation plus its full decimal equivalent.
What Each Value Means
- Scientific Notation (a × 10ⁿ)
- A way of writing numbers as a × 10ⁿ, where the mantissa (a) is always between 1 and 10 (exclusive of 10) and n is any integer — used to compactly represent very large or very small numbers.
- Engineering Notation (a × 10ⁿ (n divisible by 3))
- A variant of scientific notation where the exponent is always a multiple of 3, aligning directly with metric unit prefixes (kilo = 10³, mega = 10⁶, milli = 10⁻³, etc.).
Related Calculators
- 🧮 Weighted Grade Calculator
- 🕐 Aspect Ratio Calculator Soon