Number to scientific notation
n = a × 10^e, where 1 ≤ |a| < 10
Convert regular numbers to scientific notation and convert coefficient plus exponent back to a regular number. Includes formulas, steps, and FAQ.
Convert regular numbers to a × 10^n notation and back.
Scientific notation writes a number as a × 10^n. The coefficient a is usually scaled so its absolute value is at least 1 and less than 10, while n records how far the decimal point moved. This tool converts both directions instantly.
n = a × 10^e, where 1 ≤ |a| < 10
e = floor(log10(|n|))
number = a × 10^e
12345 = 1.2345 × 10^4.
0.00056 = 5.6 × 10^-4.
In normalized scientific notation, a nonzero number is written so that 1 ≤ |a| < 10.
This tool is for general arithmetic. For official figures, confirm with the relevant authority.