What is SolverJS

A pure javascript npm package.

With web application all the time we face many problems to implement some logic, but in logic, we want some common mathematical applications like GCD, sum of all digits and this makes our implementation more complex hence If you want all these common math problems solved, then you can use solverjs. SolverJS are a combination of many common mathematical and some very used logic solutions.

Add SolverJs in your Javascript Project:

  • npm : npm install solverjs
  • yarn : yarn add solverjs

Use and give your feedback.