An open API service indexing awesome lists of open source software.

https://github.com/lukestorry/rootextractors

Pascal. Trying out a few different algorithms for finding the roots of numbers.
https://github.com/lukestorry/rootextractors

Last synced: 3 months ago
JSON representation

Pascal. Trying out a few different algorithms for finding the roots of numbers.

Awesome Lists containing this project

README

          

##RootExtractor

###Pascal. Trying out a few different algorithms for finding the roots of numbers.

Algorithms are referenced in their folders, but most were found here: [Wikipedia - Methods of computing square roots](http://en.wikipedia.org/wiki/Methods_of_computing_square_roots)
or in old textbooks.