https://github.com/derektypist/learn-the-bisection-method
Learn the Bisection Method by Building the Square Root of a number
https://github.com/derektypist/learn-the-bisection-method
freecodecamp-project python3
Last synced: over 1 year ago
JSON representation
Learn the Bisection Method by Building the Square Root of a number
- Host: GitHub
- URL: https://github.com/derektypist/learn-the-bisection-method
- Owner: derektypist
- Created: 2024-05-30T10:41:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T10:43:09.000Z (about 2 years ago)
- Last Synced: 2025-01-27T23:23:24.911Z (over 1 year ago)
- Topics: freecodecamp-project, python3
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn the Bisection Method
Learn the Bisection Method by Building the Square Root of a number
## Technologies
Uses Python3.
## Credits
### Acknowledgements
[FreeCodeCamp - Scientific Computing with Python](https://www.freecodecamp.org/learn/scientific-computing-with-python/)