Scientific Notation and Significant Figures

Convert any number to m * 10^n form; count significant figures from the input string.

Run the calculator

Example

You enter

You get

Details, formula, and sources

Scientific notation: any nonzero number x = sign(x) * m * 10^n where 1 <= m < 10 and n = floor(log10(|x|)). Significant figures are read from the input string: leading zeros are not significant; embedded zeros and trailing zeros after a decimal point are significant.

Standard scientific notation. Significant-figure conventions per the SI / NIST guidance for measurement reporting.

Public reference; NIST SP 811 (Guide for the Use of the International System of Units) covers significant-figure conventions.

Estimate only. Readability formulas and similar metrics are derived from a representative population and have known edge-case noise. The classroom teacher governs final text selection, grade placement, and assessment decisions.

Field names used by the API: value, mantissa, exponent, sig_figs

Related tools