IEEE-VIT / simple-math-nodejs

A simple node.js app to help you get started with Hacktoberfest and Open Source :heart:
MIT License
11 stars 72 forks source link

Add /math/root route for calculating roots; add unit tests for this route #20

Open ruidpm opened 5 years ago

ruidpm commented 5 years ago

This PR adds the /math/root route and respective unit tests.