Significant figures are essential in various situations. Here, we determine the rules of sig figs and how we can apply them in the real world.
- Download the ZIP file of this repository.
- Upload the /sig-fig-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Sig Fig Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_sig_fig_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_sig_fig_calculator(); ?>
to your template where you would like the Sig Fig Calculator to appear.