Round any number to a desired number of significant digits (sig figs). Automatically count the significant figures in a given value. Follows international standards (NIST, ISO 80000-1).
Significant figures (also known as significant digits) represent the precision of a measured or calculated quantity. They include all certain digits plus one uncertain (estimated) digit. The concept is fundamental in science and engineering to avoid false precision and to reflect the true accuracy of measurements. This calculator follows the standard rules recommended by NIST (National Institute of Standards and Technology) and the ISO 80000‑1 international standard.
To round a number to n significant digits, identify the first n digits, look at the (n+1)th digit, and apply standard rounding (≥5 rounds up). Use scientific notation to preserve place value. This tool automates the process, handling very large and very small numbers.
In addition/subtraction, the result is rounded to the least precise decimal place. For multiplication/division, the result has as many sig figs as the factor with the fewest sig figs. Our calculator focuses on rounding individual values, but understanding these rules ensures scientific integrity. Examples from chemistry: reporting pH, concentration; physics: measurements of velocity; engineering: tolerances.
| Value | Significant Figures | Reason / Rule |
|---|---|---|
| 0.004700 | 4 | Leading zeros ignored; trailing zeros after decimal count. |
| 3.00 × 10⁵ | 3 | Scientific notation makes sig figs unambiguous. |
| 500. | 3 | Decimal point indicates trailing zeros are significant. |
| 0.000340 | 3 | 34 are significant, leading zeros not. |
| 1000 | 1 (ambiguous) | Without decimal, only one sig fig unless specified. |
toPrecision() with the desired sig fig count, which implements unbiased rounding (round half to even). The result is presented in both standard decimal and scientific notation.