Scientific notation calculator converts numbers to scientific notation, standard form, engineering notation, scientific e-notation, and word form and finds the order of magnitude.
- Download the ZIP file of this repository.
- Upload the /scientific-notation-converter-master/ folder to the /wp-content/plugins/ directory.
- Activate the Scientific Notation Converter plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_scientific_notation_converter]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_scientific_notation_converter(); ?>
to your template where you would like the Scientific Notation Converter to appear.