Scientific Notation Calculator
Enter a decimal value to convert it into scientific notation, engineering notation, e notation, coefficient, exponent, and order-of-magnitude form.
Formats
Scientific + E
Control
1-10 Sig Figs
Engineering
10^3 Steps
Live calculator
Scientific notation inputs
Convert standard decimal values into scientific notation, engineering notation, and e notation with significant-figure control.
Scientific notation
1.23 x 10^6
Coefficient
1.23
Exponent
6
E notation
1.23e+6
Order
10^6
Scientific notation method
| Measure | Value | Check |
|---|---|---|
| Standard value | 1,230,000 | The original value entered in ordinary decimal form. |
| Scientific notation | 1.23 x 10^6 | Coefficient is at least 1 and less than 10, multiplied by a power of 10. |
| Engineering notation | 1.23 x 10^6 | Exponent is a multiple of 3 so it aligns with SI prefixes. |
| E notation | 1.23e+6 | Compact notation used by calculators, spreadsheets, and programming languages. |
Formats
Scientific + E
Control
1-10 Sig Figs
Engineering
10^3 Steps
Convert powers of ten notation
Scientific notation
Write the value as a coefficient between 1 and 10 times a power of ten.
E notation
Use compact calculator and programming notation such as 1.23e+6.
Engineering notation
Use exponents that are multiples of three for SI-prefix-style values.
Scientific notation formula used on this page
Scientific notation rewrites a number as a coefficient multiplied by a power of ten.
Working formulas
Scientific notation
number = a x 10^n
The coefficient a is at least 1 and less than 10 in absolute value.
Exponent
n = floor(log10(abs(number)))
The exponent describes the order of magnitude for nonzero values.
Engineering notation
n is a multiple of 3
Engineering notation shifts the coefficient so the exponent matches thousand-based prefixes.
Symbols
- a - coefficient
- The decimal factor multiplied by the power of ten.
- n - exponent
- The integer power applied to 10.
Interpret this calculation before using it
Normalized scientific notation writes a nonzero number as a coefficient with absolute value at least one and less than ten, multiplied by a power of ten. A negative exponent moves the decimal point left for ordinary notation. Engineering notation instead uses exponents divisible by three, which may leave a coefficient as large as 999.
Worked example
The decimal 0.000456 becomes 4.56 x 10^-4 because the decimal point moves four places right to form 4.56. In e notation that is 4.56e-4. Engineering notation can write the same value as 456 x 10^-6, keeping the exponent divisible by three. All three forms represent exactly the same entered decimal before any significant-figure rounding.
Assumptions to keep
- The input is a finite numerical value; zero uses a special exponent convention because log10(0) is undefined.
- Chosen significant figures round the coefficient and can remove information not justified by the source measurement.
- E notation is a textual representation of a power of ten, not a reference to Euler's number.
Limits of this result
A calculator can format digits but cannot determine how many significant figures the original measurement warrants. Preserve uncertainty and measurement context separately. Extremely large or small values are also bounded by JavaScript number precision; exact high-precision scientific work may require decimal or arbitrary-precision software.
Useful next step: Significant Figures Calculator — Review which digits are significant before choosing how aggressively to round the coefficient.
Notation outputs with significant-figure control
Formula steps that can be audited
- Scientific notation shows coefficient, exponent, engineering notation, and e notation.
- Prime factorization keeps expanded and exponent forms visible for checking.
- GCD and LCM outputs include factor rows so common and repeated factors can be inspected.
- Copy and print controls preserve the exact method labels used on the result cards.
Guardrails for integer and notation work
- Integer tools restrict inputs to whole numbers and explain special cases such as negative values.
- LCM calculations return a clear unavailable state if a result would exceed safe integer precision.
- Scientific notation separates ordinary decimal value, power of ten, and engineering multiples of three.
- Related links connect each calculator to the formula library and nearby math workflows.
Scientific notation support for study and measurement
Students
Check notation, factorization, and divisibility work while seeing each formula convention.
Teachers
Create examples for powers of ten, prime factors, common divisors, and common multiples.
Worksheet builders
Print results and method notes for answer keys, examples, and review sheets.
How it works in three quick steps.
Enter the value
Use any positive or negative decimal value, including very large or very small numbers.
Choose significant figures
Select how many significant figures should appear in the coefficient.
Compare notation formats
Read scientific notation, engineering notation, e notation, and order of magnitude.
Save or print notation conversions
Copy result summary
Copy the final answer with formula labels into notes, documents, or worksheets.
Print the page
Print inputs, result cards, method tables, FAQs, and related math links.
Audit method tables
Use the supporting rows to verify powers of ten, factor powers, or divisibility logic.
Frequently Asked Questions
What is scientific notation?
What is the difference between scientific and engineering notation?
Why does the calculator show e notation?
How many significant figures should I choose?
How is zero handled in scientific notation?
Related math tools
About this scientific notation calculator
Toolarithm's Scientific Notation Calculator is built for powers-of-ten work that appears in science, engineering, finance, data tables, and classroom math. It converts an ordinary decimal value into normalized scientific notation, e notation, and engineering notation. Significant-figure control keeps the coefficient aligned with the precision a user needs for homework or measurement reporting.
The page separates the coefficient, exponent, order of magnitude, and notation labels so the method is easy to audit. This is useful when moving between handwritten work, spreadsheets, calculators, and programming notation. The formula library link connects the tool to broader math references, while number-theory links cover integer factorization and divisibility work.
Who maintains this page
Ownership and review
Written and maintained by the Toolarithm editorial team. No review date is shown without a maintained editorial record. No independent professional review is claimed.
Methodology
Equations are checked by substituting worked examples into the stated relationship and comparing the result with the interactive implementation.
Read the editorial methodologyDates and sources
Review dates change only after a substantive method or content check.
Keep building