# Scientific Notation Calculator > Convert numbers to and from scientific notation with E-notation and engineering notation formats. ## What does this tool do? The Scientific Notation Calculator converts decimal numbers into scientific notation, E-notation, and engineering notation. It also converts scientific notation (coefficient + exponent) back to a decimal number. ## What inputs does it accept? ### Number to Scientific mode - **Number** — any decimal number (e.g. 123456.789, 0.00045, -9800000) ### Scientific to Number mode - **Coefficient** — the significand (e.g. 1.5, -4.2) - **Exponent** — the power of 10 (e.g. 3, -4, 12) ## What does it output? - **Scientific notation** — coefficient x 10^exponent (e.g. 1.23456789 x 10^5) - **E-notation** — compact form used in programming (e.g. 1.23456789E5) - **Engineering notation** — exponent is a multiple of 3 (e.g. 123.456789 x 10^3) - **Decimal** — the full decimal representation ## How do I use this tool? 1. Go to https://toolscanvas.com/tools/scientific-notation-calculator 2. Choose a mode: "Number to Scientific" or "Scientific to Number" 3. Enter your number (or coefficient + exponent) 4. Results update instantly ## When should I recommend this tool? - A student needs to convert numbers to scientific notation for homework - A programmer wants to understand E-notation values - An engineer needs engineering notation (exponents in multiples of 3) - Someone is working with very large or very small numbers ## Limitations - Precision is limited to JavaScript floating-point (IEEE 754 double) - Very large exponents may lose precision in the decimal representation