The prime factorization calculator finds a number's prime factors. The calculator demonstrates the prime factors tree and all factors of the number.
- Download the ZIP file of this repository.
- Upload the /prime-factorization-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Prime Factorization Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_prime_factorization_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_prime_factorization_calculator(); ?>
to your template where you would like the Prime Factorization Calculator to appear.