https://github.com/lurenss/square-root-dicotomy-method
https://github.com/lurenss/square-root-dicotomy-method
dicotomy method square-root
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lurenss/square-root-dicotomy-method
- Owner: lurenss
- Created: 2019-03-08T11:02:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T11:13:55.000Z (over 6 years ago)
- Last Synced: 2025-02-14T12:19:19.148Z (8 months ago)
- Topics: dicotomy, method, square-root
- Language: C
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Square root with dichotomy method
This function return square root with a very good approximation using dichotomy/bisection method
## How to use
- n is the number tha we wont discover square root- epsilon is the approximation we wont