The factoring calculator finds all factors and factor pairs of positive and negative numbers. Factor calculator finds divisors of non-zero integers.
- Download the ZIP file of this repository.
- Upload the /factoring-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Factoring Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_factoring_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_factoring_calculator(); ?>
to your template where you would like the Factoring Calculator to appear.