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. Except explicit open source licence (indicated Creative Commons / free), the "Scientific Notation" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "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.) and all data download, script, or API access for "Scientific Notation" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "Scientific Notation" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Scientific Notation on dCode.fr [online website], retrieved on 2024-11-21,