Scientific notation conversion rules
What scientific notation means
Normalized scientific notation has the form a × 10n, where 1 ≤ |a| < 10 and n is an integer. The sign stays with the coefficient. Zero is handled as a special case.
Decimal to scientific notation
Place the decimal after the first nonzero digit, then count its movement. A move to the left gives a positive exponent; a move to the right gives a negative exponent. Example: 52,000 = 5.2 × 104.
Scientific notation to decimal form
Move the coefficient’s decimal point right for a positive exponent or left for a negative exponent, filling every empty position with a zero. Example: 3.1 × 10−5 = 0.000031.
Normalization and non-normalized input
A coefficient such as 12.3 is accepted, then normalized: 12.3 × 104 = 1.23 × 105. A coefficient of 10 is similarly shifted to 1 while the exponent increases by one.
E-notation
E-notation is a plain-text equivalent: 6.022e23 means 6.022 × 1023. It is convenient in calculators, spreadsheets, and source code.
Engineering notation and SI prefixes
Engineering notation restricts the exponent to a multiple of three and allows a coefficient from 1 to under 1000. Thus 45,000 = 45 × 103, and 103 corresponds to the SI prefix kilo (k).
Significant figures and rounding
Typed decimal zeros are meaningful: 1.2300 retains five significant figures. With “preserve typed precision,” whole-number trailing zeros without a decimal point are treated as placeholders. Custom precision applies exact decimal digit rounding; floor and ceiling respect the sign of negative values.
