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.
- Host: GitHub
- URL: https://github.com/lukestorry/rootextractors
- Owner: LukeStorry
- License: mit
- Created: 2013-11-06T17:10:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-07T14:16:52.000Z (over 12 years ago)
- Last Synced: 2025-01-16T00:26:05.987Z (over 1 year ago)
- Language: Pascal
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.