The significant figure rounder rounds numbers to the required quantity of significant figures. It works with a standard number format, e-notation, and scientific notation.
- Download the ZIP file of this repository.
- Upload the /significant-figures-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Significant Figures Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_significant_figures_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_significant_figures_calculator(); ?>
to your template where you would like the Significant Figures Calculator to appear.