TOOLTIKI Lovable tool, really free
Maths Numbers

Scientific notation converter

Number
Or a mantissa
and exponent
Scientific notation 4.5 × 10^-4
one digit before the point
That number
E notation 4.5e-4
Engineering notation 450 × 10^-6
SI prefix micro
As a decimal 0
Mantissa 4.5
Exponent -4
Note Scientific notation keeps one digit before the point; engineering notation uses exponents that are multiples of three, matching the SI prefixes.
Local · engineering notation matches the SI prefixes
Advertisement
320 × 100

Converts a number to scientific notation and back, and also gives engineering notation — the variant with exponents in multiples of three that lines up with the SI prefixes.

How to use the scientific notation converter

1 Type a number to convert it to scientific notation.
2 Or enter a mantissa and exponent to expand it back.
3 Engineering notation and the SI prefix are given too.

Scientific notation keeps exactly one non-zero digit before the decimal point, so 45,000 is 4.5 × 10⁴ and 0.00045 is 4.5 × 10⁻⁴. The rule is strict, which is what makes two numbers in the notation directly comparable — you compare exponents first and mantissas only if they match.

Engineering notation relaxes the rule to allow one, two or three digits before the point, in exchange for exponents that are always multiples of three. That is not arbitrary: it matches the SI prefixes exactly, so 12,345 becomes 12.345 × 10³ and reads directly as 12.345 kilo-something. Electronics and engineering use it for that reason — a component value in engineering notation converts to picofarads or megohms by inspection, where scientific notation needs a step of arithmetic.

E notation4.5e-4 — is the same thing typed on a keyboard that has no superscripts. It is what calculators, spreadsheets and every programming language produce, and it is worth knowing that the e means "times ten to the power of", not Euler’s number. A spreadsheet showing 4.5E-04 has not corrupted your data; it has run out of column width.

One precision caution: a double-precision float holds about 15–17 significant digits, so a mantissa longer than that is not preserved. Expanding 6.022 × 10²³ gives 6.0219999999999996 × 10²³, which is the nearest representable value and not an error in the conversion.

Questions

Scientific keeps one digit before the point; engineering uses exponents in multiples of three so they match the SI prefixes.

NIST — SI prefixesIEEE 754 — floating-point arithmetic
Advertisement
300 × 250
Was this tool any good?
INTERNAL SIGNAL ONLY · WE USE IT TO FIND TOOLS WORTH REBUILDING