Cube root calculator finds the principal (real) cube root of positive and negative numbers and the imaginary cube roots of the given number.
- Download the ZIP file of this repository.
- Upload the /cube-root-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Cube Root Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_cube_root_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_cube_root_calculator(); ?>
to your template where you would like the Cube Root Calculator to appear.