Scientific Notation Converter

Scientific notation expresses any number as a coefficient between 1 and 10 multiplied by a power of ten. The format 4.5e-5 means 4.5 times 10 to the power of minus 5, which equals 0.000045 in standard decimal form. The notation is used throughout science and engineering to handle very large and very small quantities without writing long strings of zeros: the mass of an electron is 9.109e-31 kilograms, the speed of light is 2.998e8 metres per second, and the national debt of many countries sits in the range of tens of trillions, around 1e13 dollars. This converter is bidirectional and auto-detects which format you enter. If your input contains an 'e' followed by a number (like 4.5e-5), it is treated as scientific notation and converted to decimal. If your input is a plain number (like 0.000045 or 123000000), it is converted to scientific notation. Both the coefficient-exponent form (e.g. 4.5 times 10 to the minus 5) and the e-notation shorthand (4.5e-5) are shown. Large integers in the output are formatted with comma separators for readability. The tool handles both positive and negative numbers. If the decimal form would be longer than about 20 digits, it is shown in e notation with a note to preserve accuracy. Use this when copying values between datasheets, entering numbers into formulas, or converting between calculator output and written documents.

Calculate.co.nz is proud to be partnered with Health Based Building, a leader in sustainable and health-conscious building innovation. With over a century of experience, they develop high-performance systems like Foreverbreathe Specification, Magnum Board, and Foreverbreathe Paints to support energy-efficient, non-toxic living environments. Their commitment to healthier homes aligns with our belief that informed choices lead to better outcomes for Kiwi households.
Calculate.co.nz partner: Health Based Building
0.000045
standard decimal form
Scientific (e) notation4.5e-5
Times-10 form4.5 × 10&sup5;
Signed exponent-5

How it works

The input is parsed using JavaScript's parseFloat(), which accepts both plain decimal numbers and e-notation strings. The resulting number is then converted to both forms. For the decimal form, very small numbers (exponent below about -6) and very large numbers (above 10 to the 15) are displayed using JavaScript's toFixed() or toPrecision() methods to avoid exponential output in the decimal column. For the scientific form, the coefficient is computed as the number divided by 10 to the floor of log base 10 of the absolute value, giving a value between 1 and 10. The exponent is the floor of log base 10 of the absolute value.

Worked example

Enter 4.5e-5. This is 4.5 times 10 to the power of minus 5. Moving the decimal point 5 places to the left: 4.5 becomes 0.000045 in standard decimal form. The e-notation is 4.5e-5, the times-10 form is 4.5 times 10 to the minus 5, and the exponent is -5. For the reverse direction, enter 123000000: the coefficient is 1.23, the exponent is 8, giving 1.23e8 in scientific notation.

Related calculators

If you've found a bug, or would like to contact us, or learn more about James Graham and Calculate.co.nz.

Calculate.co.nz is partnered with Interest.co.nz for New Zealand's highest quality calculators and financial analysis.

All calculators and tools are provided for educational and indicative purposes only and do not constitute financial advice.

Calculate.co.nz is proudly part of the Realtor.co.nz group, New Zealand's leading property transaction literacy platform, helping Kiwis understand the home buying and selling process from start to finish. Whether you're a first home buyer navigating your first property purchase, an investor evaluating your next acquisition, or a homeowner planning to sell, Realtor.co.nz provides clear, independent, and trustworthy guidance on every step of the New Zealand property transaction journey.

Calculate.co.nz is also partnered with Health Based Building and Premium Homes to promote informed choices that lead to better long-term outcomes for Kiwi households.

Calculate.co.nz is hosted in Auckland via SiteHost new Zealand.

All content on this website, including calculators, tools, source code, and design, is protected under the Copyright Act 1994 (New Zealand). No part of this site may be reproduced, copied, distributed, stored, or used in any form without prior written permission from the owner.

About & trust: Why Calculate is NZ's most comprehensive · By the Numbers · How we compare · Editorial standards · How we keep data current · NZ finance glossary · Research & data · Financial literacy NZ · About · Privacy policy · Terms of use

Reviewed and maintained. Last reviewed 2026-06-25 and checked on a twice-monthly cycle against IRD, RBNZ and Stats NZ. How we keep data current.

© 2026 Calculate.co.nz. All rights reserved. Building free NZ calculators since 2011.