Scientific Notation

Convert numbers to and from scientific notation (a × 10ⁿ) instantly, with E-notation and engineering notation. Handle very large or tiny values and read off significant figures.

How to Use

  1. Enter a number

    Input a number in standard form or in scientific/E-notation.

  2. Choose conversion direction

    Select standard-to-scientific or scientific-to-standard conversion.

  3. View result

    Click Convert to see the converted number.

What Is Scientific Notation?

Scientific notation is a way of writing numbers that have too many digits to handle comfortably in the compact form a × 10ⁿ. The key rule is that the absolute value of the coefficient a must be at least 1 and less than 10 (1 ≤ |a| < 10). Because only one representation satisfies this condition, every number has a single, consistent normalized form.

Why Use It

  • You can write values like the speed of light, 3 × 10⁸ m/s, or the electron mass, 9.1 × 10⁻³¹ kg, concisely instead of stringing out long rows of zeros.
  • The number of digits in the coefficient a equals the count of significant figures, clearly showing the precision of a measurement.
  • It simplifies the multiplication and division of large numbers by turning them into the addition and subtraction of exponents.

It is the standard notation in physics, chemistry, astronomy, and engineering. On computers and scientific calculators, the same value is shown in E-notation, such as 3.2E5.

The Formula

The formula for converting an ordinary number into scientific notation is as follows.

n = ⌊log₁₀|x|⌋, a = x ÷ 10ⁿ

Here, x is the original number to convert, n is the power of 10 (an integer), and a is the coefficient. ⌊ ⌋ denotes the floor (round-down) operation.

Example) Converting 123456
① n = ⌊log₁₀123456⌋ = ⌊5.0915⌋ = 5
② a = 123456 ÷ 10⁵ = 1.23456
③ Result: 1.23456 × 10⁵

The reverse direction is calculated as x = a × 10ⁿ. For example, 4.2 × 10⁻⁴ = 4.2 ÷ 10000 = 0.00042. This calculator rounds the coefficient to 10 decimal places to suppress floating-point error.

Frequently Asked Questions

What is scientific notation?
Scientific notation is a way of expressing very large or very small numbers in the form a × 10ⁿ, where 1 ≤ |a| < 10 and n is an integer. For example, 123,456 = 1.23456 × 10⁵ and 0.00042 = 4.2 × 10⁻⁴.
Is E-notation the same as scientific notation?
Yes. E-notation (for example, 3.2E5) is the way computers represent scientific notation (3.2 × 10⁵). The digits after the E indicate the power of 10, and both express exactly the same value.
Can negative numbers be written in scientific notation?
Yes, negative numbers can be converted. The sign stays attached to the coefficient a, and the 1 ≤ |a| < 10 condition applies to the absolute value. For example, -0.00045 is written as -4.5 × 10⁻⁴.
What are significant figures and how do you count them?
Significant figures are the count of meaningful digits in a measured value. In scientific notation, the number of digits in the coefficient equals the number of significant figures. For example, 1.23 × 10⁵ has three significant figures (1, 2, 3), and this notation removes any ambiguity about which zeros are significant.
What is the difference between a positive and a negative exponent?
A positive exponent n means a number greater than 1 (the decimal point moves n places to the right); a negative one means a number less than 1 (the decimal point moves |n| places to the left). For example, 10³ = 1000 and 10⁻³ = 0.001. The absolute value of the exponent equals the number of places the decimal point moves.
How does it differ from engineering notation?
Engineering notation differs in that it restricts the exponent n to multiples of 3. For example, 12345 is 1.2345 × 10⁴ in scientific notation but 12.345 × 10³ in engineering notation. This is done to align with SI prefixes such as kilo (10³) and mega (10⁶).
How do you multiply and divide in scientific notation?
Multiply or divide the coefficients, and add or subtract the exponents. For example, (2 × 10³) × (3 × 10⁴) = (2×3) × 10^(3+4) = 6 × 10⁷. If the resulting coefficient is 10 or greater, or less than 1, adjust the exponent to normalize it back to the 1 ≤ |a| < 10 form.
How is zero written in scientific notation?
Zero has no normalized form because its logarithm is undefined. By convention it is written as 0 × 10⁰ or simply left as 0. This calculator also returns 0 × 10⁰ when you enter 0.
Verified 2026 formulas

Related Calculators