Scientific Notation Calculator
MathConvert any number to scientific notation or expand scientific notation to decimal form. Enter any value to get coefficient, exponent, and E-notation instantly. Free online tool.
Enter any number — positive, negative, very large or very small
Scientific Notation
0 × 10⁰
E-Notation
0E0
Exponent
10⁰
Decimal Value
0
What is a Sci Notation?
The Scientific Notation Calculator converts numbers between standard decimal form and scientific notation in both directions. Enter a decimal number to express it as a × 10ⁿ (To Scientific Notation mode), or enter a coefficient and exponent to expand back to the full decimal value (From Scientific Notation mode). Results are displayed in both scientific notation with superscript exponents and E-notation (e.g., 1.23E6).
Scientific notation is the standard format for expressing extremely large or extremely small numbers in science, engineering, and mathematics. Writing the speed of light as 300,000,000 m/s is unwieldy; 3 × 10⁸ m/s is compact, readable, and immediately conveys the magnitude. Similarly, 0.0000000000000000000000000000009109 kg (mass of an electron) becomes the far more manageable 9.109 × 10⁻³¹ kg.
In the Indian school context, scientific notation (called "standard form" in some textbooks) is introduced in CBSE Class 8 and applied throughout Class 11 and 12 Physics, Chemistry, and Mathematics. Physical constants like Planck's constant, atomic radii, and astronomical distances all require scientific notation for practical expression. Facility with the conversion — both directions — is tested in board exams and entrance examinations.
The Slope Calculator is a complement for geometry contexts where very steep or nearly-horizontal slopes produce coefficients across many orders of magnitude, making scientific notation useful for interpreting the results.
How to use this Sci Notation calculator
To Scientific Notation mode:
Select "To Scientific Notation" — the default mode. Enter any positive or negative decimal number in the input field.
Enter the Decimal Number — type the number in standard form. Accepts any number including very large ones (e.g., 602200000000000000000000) or very small ones (e.g., 0.00000000167). Do not use commas as thousand separators.
Read Scientific Notation — the primary result shows the coefficient and exponent in typeset form. The E-notation version appears below for reference.
From Scientific Notation mode:
Select "From Scientific Notation" — click the mode toggle.
Enter Coefficient — type the coefficient (the part between 1 and 10). Can be any number; the calculator will normalise it to standard form if it falls outside [1, 10).
Enter Exponent — type the integer power of 10. Negative exponents are entered as negative numbers (e.g., −12 for 10⁻¹²).
Read the Decimal Value — the standard decimal expansion appears as the primary result. For very large or very small exponents, the result may display in truncated form to avoid displaying hundreds of zeros.
Formula & Methodology
To Scientific Notation:Given decimal value V (|V| > 0):exponent n = ⌊log₁₀(|V|)⌋coefficient a = V / 10ⁿResult: a × 10ⁿ where 1 ≤ |a| < 10 From Scientific Notation:Given coefficient a and exponent n:decimal value V = a × 10ⁿ E-notation:aEn is equivalent to a × 10ⁿ Special cases: - V = 0: scientific notation is 0 (no well-defined exponent) - Negative V: the minus sign belongs to the coefficient, e.g., −3.6 × 10⁴ - Negative exponent: indicates |V| < 1, e.g., 4.5 × 10⁻³ = 0.0045 Worked example — Avogadro's number: Convert 602,214,076,000,000,000,000,000 to scientific notation. Step 1 — Identify the first significant digit: 6 (at the 10²³ position)Step 2 — Rewrite with decimal after first digit: 6.02214076...Step 3 — Count decimal places moved: 23 places to the leftStep 4 — Exponent = +23 (positive because we moved left) Result: 6.022 × 10²³ (E-notation: 6.022E23) Worked example — electron mass: Convert 0.000000000000000000000000000000910938 kg to scientific notation. Step 1 — First significant digit: 9 (at the 10⁻³¹ position)Step 2 — Rewrite: 9.10938...Step 3 — Count decimal places moved: 31 places to the rightStep 4 — Exponent = −31 (negative because we moved right) Result: 9.109 × 10⁻³¹ (E-notation: 9.109E-31) Assumption: The coefficient precision is limited to 10 significant figures, matching the precision of standard double-precision floating-point arithmetic. For numbers requiring more than 10 significant figures of precision, the displayed coefficient will be rounded. The calculator does not support complex numbers or numbers in bases other than 10.