Tool to write numbers in scientific notation/form and conversely to write numbers in scientific notation with all their digits.
Scientific Notation - dCode
Tag(s) : Mathematics
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
Any number written in decimal can be written in the form $ a \times 10^n $ (a number multiplied by a power of 10), called scientific notation.
By default, the value $ a $ is a relative integer (integer or decimal) such as $ 1 \leq a < 10 $
$ a $ is called the mantissa and $ n $ is called the exponent.
This notation has the advantage of getting rid of the integer part and the decimal part of numbers and standardizes their format in order to be able to easily compare them, especially in terms of order of magnitude, indeed scientific notation displays directly in the exponent the number of digits before or after the decimal point, which is useful for very large or very small numbers.
Example: $$ 123 = 1.23 \times 10^2 \\ -456000 = -4.56 \times 10^5 \\ 0.000789 = 7.89 \times 10^{-4} $$
From a number in scientific form writing, decimal writing consists of shifting the comma according to the value of the exponent: a negative exponent shifts the decimal to the left, a positive exponent to the right.
Example: Rewriting the number $ N = 1.234 \times 10^2 $ in decimal form is to take $ 1.234 $ and shift the comma by $ 2 $ to the right, so $ N = 123.4 $
Example: Rewriting the number $ N = 1.234 \times 10^{-1} $ in decimal form is to take $ 1.234 $ and shift the comma by $ 1 $ to the left, so $ N = 0.1234 $
On calculators, the exponent symbol is sometimes noted e or E.
Example: 1.23e+4 is read $ 1.23 \times 10^4 $
Example: 5.678E09 is read $ 5.678 \times 10^9 $
dCode retains ownership of the "Scientific Notation" source code. Any algorithm for the "Scientific Notation" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Scientific Notation" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Scientific Notation" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.
The content of the page "Scientific Notation" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source.
Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link:
In a scientific article or book, the recommended bibliographic citation is: Scientific Notation on dCode.fr [online website], retrieved on 2025-04-15,