manrajgrover / algorithms-js

Consumable Data Structures and Algorithms library in JavaScript
MIT License
198 stars 129 forks source link

Add newtons square root method #50

Open MrfksIv opened 5 years ago

MrfksIv commented 5 years ago
OTHERS
Added the Newton's method for square root estimation mentioned in #10 

Description of new feature, or changes

It implements the newton's recursive method for square root approximation. Test cases have also been added to check the implemented functionality. Docs have been modified to include the new function

Checklist

Related Issues and Discussions

Adds on the required features mentioned in #10 .

People to notify