manrajgrover / algorithms-js

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

Square root #42

Open hpbyte opened 5 years ago

hpbyte commented 5 years ago

Description of new feature, or changes

It will return the square root of the given number by using Newton's Method

Checklist

Related Issues and Discussions

10

People to notify