Last updated: March 2026
Easily convert standard numbers to scientific notation, E-notation, or engineering notation. You can also calculate complex expressions with specific decimal precision below.
Perform complex arithmetic with scientific numbers (Mantissa and Exponent).
Handling massive numbers or tiny decimals manually is tedious and prone to errors. This tool simplifies the process for students, engineers, and scientists who need quick, reliable conversions and arithmetic without relying on complex spreadsheet formulas or physical calculators.
To convert a number, simply enter a standard decimal or an existing scientific number into the top field. The converter automatically formats it into standard scientific, E-notation, and engineering formats. For calculations, enter the mantissa (base number) and exponent for two values, set your desired decimal precision, and choose an arithmetic operation like addition or division.
This calculator is highly accurate for standard educational and professional use. However, please note that extreme edge cases exceeding 15 decimal places might run into standard web browser floating-point limitations. Always verify critical or highly sensitive engineering calculations with specialized software.
When you are working with math or science, you often run into numbers that are either huge or incredibly small. For example, the distance from Earth to the Sun is approximately 149,600,000,000 meters, while the mass of a hydrogen atom is roughly 0.00000000000000000000000000167 kilograms. Writing these numbers out fully is tedious and makes it easy to miscount zeros.
This is where Scientific Notation (also known as Standard Form in the UK and other regions) becomes an essential tool. It is a method of writing numbers that accommodates values too large or too small to be conveniently written in standard decimal notation. By using powers of 10, scientific notation compresses these values into a readable, manageable format without losing precision.
Scientific notation always takes the following format:
This structure is composed of three distinct parts, each playing a critical role:
Converting a standard decimal number into scientific notation is a straightforward process involving counting decimal movements. Here is the step-by-step logic for both large and small numbers.
When dealing with numbers like 4,500,000 (four and a half million), follow these steps:
When dealing with microscopic numbers like 0.0000028, the process is similar but the direction changes:
While standard scientific notation is the default for handwritten math and physics, computers and engineers often use slight variations.
Because older computers and calculators could not easily display superscript numbers (like 105), they adopted "E-Notation". The letter "E" (or "e") simply stands for "times ten to the power of".
This format is universally accepted in programming languages (Python, JavaScript, C++) and spreadsheet software like Microsoft Excel.
Engineering Notation is very similar to Scientific Notation, but with one strict rule: the exponent must be a multiple of 3 (e.g., 3, 6, 9, -3, -6).
Why? This aligns perfectly with the SI Metric prefixes (Kilo, Mega, Giga, Milli, Micro).
This allows engineers to instantly read "25 × 103 Watts" as "25 Kilowatts".
One of the biggest advantages of this format is that it simplifies complex multiplication and division. However, addition and subtraction require an extra step.
To multiply two numbers in scientific notation, you multiply their coefficients and add their exponents.
Example: (2 × 103) × (3 × 105) = 6 × 108
To divide, you divide the coefficients and subtract the denominator's exponent from the numerator's exponent.
Crucial Step: You cannot add or subtract numbers unless they have the same exponent. You must shift the decimal of one number to match the exponent of the other before performing the arithmetic.
Example: Add $2 \times 10^3$ and $4 \times 10^4$.
Scientific notation bridges the gap between raw math and real-world physical units. Below is a comprehensive table of SI prefixes, their symbols, and their corresponding powers of ten.
| Prefix | Symbol | Power of 10 | Number Name (Short Scale) | Decimal Value |
|---|---|---|---|---|
| Tera | T | 1012 | Trillion | 1,000,000,000,000 |
| Giga | G | 109 | Billion | 1,000,000,000 |
| Mega | M | 106 | Million | 1,000,000 |
| Kilo | k | 103 | Thousand | 1,000 |
| Hecto | h | 102 | Hundred | 100 |
| Deca | da | 101 | Ten | 10 |
| Base | - | 100 | One | 1 |
| Deci | d | 10-1 | Tenth | 0.1 |
| Centi | c | 10-2 | Hundredth | 0.01 |
| Milli | m | 10-3 | Thousandth | 0.001 |
| Micro | μ | 10-6 | Millionth | 0.000001 |
| Nano | n | 10-9 | Billionth | 0.000000001 |
| Pico | p | 10-12 | Trillionth | 0.000000000001 |