PEMDAS calculator solves mathematical expressions with the order of operations - brackets, exponents, multiplication, division, addition, and subtraction.
- Download the ZIP file of this repository.
- Upload the /math-equation-solver-master/ folder to the /wp-content/plugins/ directory.
- Activate the Math Equation Solver plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_math_equation_solver]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_math_equation_solver(); ?>
to your template where you would like the Math Equation Solver to appear.